8000 Merge pull request #2 from graphql-python/typed-package · graphql-python/graphql-core@43364c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43364c1

Browse files
authored
Merge pull request #2 from graphql-python/typed-package
Mark package as typed to support type checking
2 parents 7180410 + 75bd57e commit 43364c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
author_email='cito@online.de',
2424
license='MIT license',
2525

26+
# PEP-561: https://www.python.org/dev/peps/pep-0561/
27+
package_data={'graphql': ['py.typed']},
28+
2629
classifiers=[
2730
'Development Status :: 4 - Beta',
2831
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)
0