Skip to content

Commit e82aefe

Browse files
committed
Update pyproject.toml
1 parent e5a89cd commit e82aefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0", "wheel"]
2+
requires = ["setuptools>=61.0.0", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools.packages.find]
66
where = ["src"]
77

88
[tool.setuptools.package-data]
9-
mypkg = ["*.csv"]
9+
pownet = ["database/*.csv"]
1010

1111
[project]
1212
name = "cisl-pownet"

0 commit comments

Comments
 (0)