Skip to content

Commit

Permalink
Really actually fix installing stubs with the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
irgeek committed Jun 29, 2023
1 parent f71b2f0 commit 00c4b6b
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 00c4b6b

Please sign in to comment.