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 a26e8aa commit a600f7cCopy full SHA for a600f7c
graphql/py.typed
setup.py
@@ -82,4 +82,5 @@ def run_tests(self):
82
tests_require=tests_requires,
83
cmdclass={"test": PyTest},
84
extras_require={"gevent": ["gevent>=1.1"], "test": tests_requires},
85
+ package_data={"graphql": ["py.typed"]},
86
)
0 commit comments