Skip to content

Commit 4dfafaf

Browse files
fix(Package): MANIFEST.in
1 parent 7e30b85 commit 4dfafaf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include *.json

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ classifiers = [
2626
[tool.setuptools.dynamic]
2727
dependencies = {file = ["requirements.txt"]}
2828

29-
[tool.setuptools]
30-
include-package-data = true
31-
32-
[tool.setuptools.packages.find]
33-
where = ["src"]
34-
3529
[tool.semantic_release]
3630
version_toml = [
3731
"pyproject.toml:project.version",

0 commit comments

Comments
 (0)