Skip to content

Commit e5a89cd

Browse files
committed
debug
1 parent fac6b4e commit e5a89cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

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

5+
[tool.setuptools.packages.find]
6+
where = ["src"]
7+
8+
[tool.setuptools.package-data]
9+
mypkg = ["*.csv"]
10+
511
[project]
612
name = "cisl-pownet"
713
version = "2.0.0"

0 commit comments

Comments
 (0)