We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc665ad commit 2ce9226Copy full SHA for 2ce9226
MANIFEST.in
@@ -1 +1,2 @@
1
-include nova/*.pyi
+global-include *.pyi
2
+global-include *.typed
nova/py.typed
setup.py
@@ -224,7 +224,7 @@ def main():
224
ext_modules=[extension],
225
include_package_data=True,
226
package_data={
227
- "nova": ["*.pyi"]
+ "nova": ["*.pyi", "*.typed"]
228
},
229
packages=["nova"],
230
cmdclass={
0 commit comments