Skip to content
Snippets Groups Projects

Refactor packaging, part I

1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -77,8 +77,10 @@ requires = [
@@ -77,8 +77,10 @@ requires = [
]
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
[tool.setuptools]
[tool.setuptools.packages.find]
packages = ["pystencils"]
where = ["."]
 
include = ["pystencils", "pystencils.*"]
 
namespaces = false
[tool.versioneer]
[tool.versioneer]
# See the docstring in versioneer.py for instructions. Note that you must
# See the docstring in versioneer.py for instructions. Note that you must
Loading