File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling " ]
3- build-backend = " hatchling.build "
2+ requires = [" setuptools>=64 " , " wheel " ]
3+ build-backend = " setuptools.build_meta "
44
55[project ]
66name = " deterministic_gaussian_sampling"
@@ -9,11 +9,24 @@ description = "Python library for Localized Distribution (LCD)-based Gaussian sa
99readme = " README.md"
1010requires-python = " >=3.8"
1111authors = [
12- { name = " Aaron Preus" , email = " udxct@student.kit.edu" }
12+ { name = " Aaron Preus" , email = " udxct@student.kit.edu" }
1313]
1414license = { text = " MIT" }
15-
16- dependencies = [" numpy" , " pathlib" ]
15+ dependencies = [" numpy" ]
1716
1817[project .urls ]
1918Homepage = " https://github.com/KIT-ISAS/deterministic_gaussian_sampling_py"
19+
20+ [tool .setuptools ]
21+ package-dir = {"" = " src" }
22+ include-package-data = true
23+
24+ [tool .setuptools .packages .find ]
25+ where = [" src" ]
26+
27+ [tool .setuptools .package-data ]
28+ deterministic_gaussian_sampling = [
29+ " lib/**/*.dll" ,
30+ " lib/**/*.so" ,
31+ " lib/**/*.dylib"
32+ ]
You can’t perform that action at this time.
0 commit comments