Skip to content

Commit

Permalink
Merge pull request #28 from irgeek/fix-stubs-for-real
Browse files Browse the repository at this point in the history
Really actually fix installing stubs with the package.
  • Loading branch information
irgeek authored Jun 29, 2023
2 parents f71b2f0 + 00c4b6b commit 06d6289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include strenum/*.pyi
include strenum/*.typed
include versioneer.py
include strenum/_version.py
exclude tests/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
long_description_content_type="text/markdown",
url="https://github.com/irgeek/StrEnum",
packages=["strenum"],
package_data={"strenum": ["*.typed", "*.pyi"]},
extras_require={
"test": [
"pytest",
Expand Down

0 comments on commit 06d6289

Please sign in to comment.