Skip to content

Commit 06d6289

Browse files
authored
Merge pull request #28 from irgeek/fix-stubs-for-real
Really actually fix installing stubs with the package.
2 parents f71b2f0 + 00c4b6b commit 06d6289

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MANIFEST.in

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include strenum/*.pyi
2-
include strenum/*.typed
31
include versioneer.py
42
include strenum/_version.py
53
exclude tests/*

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/irgeek/StrEnum",
1818
packages=["strenum"],
19+
package_data={"strenum": ["*.typed", "*.pyi"]},
1920
extras_require={
2021
"test": [
2122
"pytest",

0 commit comments

Comments
 (0)