Skip to content

Commit

Permalink
chore: explicit shipping of pyi data
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 30, 2024
1 parent 54d0e89 commit b3bd6af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def read_file(path):
],
test_suite="netius.test",
package_dir={"": os.path.normpath("src")},
package_data={"netius": ["base/extras/*", "extra/extras/*", "servers/extras/*"]},
package_data={
"netius": ["*.pyi", "base/extras/*", "extra/extras/*", "servers/extras/*"]
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Topic :: Utilities",
Expand Down

0 comments on commit b3bd6af

Please sign in to comment.