Skip to content

Commit a600f7c

Browse files
ckarnellCito
authored andcommitted
Add py.typed file to allow users to use the types this library provides (#259)
1 parent a26e8aa commit a600f7c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Diff for: graphql/py.typed

Whitespace-only changes.

Diff for: setup.py

+1
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)