Skip to content

Commit

Permalink
Expose types to downstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Mar 3, 2021
1 parent 2a2df1d commit f566e78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ recursive-include tartiflette/schema/builtins *.sdl
include libgraphqlparser/CMakeLists.txt
include libgraphqlparser/.clang-tidy
include libgraphqlparser/LICENSE
include tartiflette/py.typed
4 changes: 4 additions & 0 deletions changelogs/next.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# [Next]

## Fixed

- Types are now exposed to downstream packages as specified by [PEP-561](https://www.python.org/dev/peps/pep-0561/#packaging-type-information)
Empty file added tartiflette/py.typed
Empty file.

0 comments on commit f566e78

Please sign in to comment.