wmgifford commited on
Commit
ab63182
·
1 Parent(s): ba1eab7

add dummy project

Browse files
Files changed (2) hide show
  1. my_test/some_model/config.json +0 -0
  2. pyproject.toml +11 -0
my_test/some_model/config.json ADDED
File without changes
pyproject.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=66", "wheel", "Cython", "setuptools-scm>=8.0"]
3
+
4
+ [project]
5
+ name = "my_test"
6
+ version = "0.0.0"
7
+
8
+ [tool.setuptools.package-data]
9
+ "my_test" = ["some_model/*"]
10
+
11
+