Skip to content

Commit

Permalink
BLD: fix packaging mistake with missing requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Nov 21, 2023
1 parent 4d5c905 commit f22bf20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include versioneer.py
include requirements.txt
include requirements-dev.txt
include requirements-doc.txt
include README.md
include LICENSE
include blark/_version.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def read_requirements(fn: str) -> list[str]:
]
},
package_data={
"blark": ["blark/iec.lark", "blark/iec.grammar"],
"blark": ["blark/iec.lark"],
},
include_package_data=True,
python_requires=">=3.6",
Expand Down

0 comments on commit f22bf20

Please sign in to comment.