Skip to content

Commit 743f847

Browse files
committed
Add argument to setup.py
1 parent d0943f9 commit 743f847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ def run_tests(self):
8282
tests_require=tests_requires,
8383
cmdclass={"test": PyTest},
8484
extras_require={"gevent": ["gevent>=1.1"], "test": tests_requires},
85+
package_data={"graphql": ["py.typed"]},
8586
)

0 commit comments

Comments
 (0)