Skip to content

Commit

Permalink
Merge pull request #12 from DIRACGrid/chrisburr-patch-1
Browse files Browse the repository at this point in the history
Fix package data to include py.typed file
  • Loading branch information
chrisburr authored Oct 4, 2023
2 parents 0441a47 + 84f6e19 commit 78ee32e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include README.md
include LICENSE
include requirements.txt
include src/diraccfg/py.typed
exclude tests/
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
license="GPL-3.0-only",
test_suite="tests",
setup_requires=["setuptools_scm"],
include_package_data=True,
install_requires=[],
extras_require={
"testing": test_requires,
Expand Down

0 comments on commit 78ee32e

Please sign in to comment.