add dummy project
Browse files- my_test/some_model/config.json +0 -0
- 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 |
+
|