We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a89cd commit e82aefeCopy full SHA for e82aefe
pyproject.toml
@@ -1,12 +1,12 @@
1
[build-system]
2
-requires = ["setuptools>=61.0.0", "wheel"]
+requires = ["setuptools>=61.0.0", "setuptools-scm", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.setuptools.packages.find]
6
where = ["src"]
7
8
[tool.setuptools.package-data]
9
-mypkg = ["*.csv"]
+pownet = ["database/*.csv"]
10
11
[project]
12
name = "cisl-pownet"
0 commit comments