Skip to content

Commit cb342f5

Browse files
committed
Remove missing package data from pyproject and explicitly include package data
1 parent 7cd3a48 commit cb342f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ classifiers = [
3333
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3434
]
3535

36+
[tool.setuptools]
37+
include-package-data = true
38+
3639
[tool.setuptools.packages.find]
3740
where = ["src"]
3841

39-
[tool.setuptools.package-data]
40-
shelloracle = ["shelloracle.txt"]
41-
4242
[tool.setuptools_scm]
4343

4444
[project.scripts]

0 commit comments

Comments
 (0)