Skip to content

Commit

Permalink
Enable PEP 561 type stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed May 17, 2018
1 parent fb26a8b commit a106bc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.md
include javac_parser/*.jar
include javac_parser/py.typed
1 change: 1 addition & 0 deletions javac_parser/__init__.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .javac_parser import Java
Empty file added javac_parser/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def version():
'msgpack-python>=0.4.8'
],
package_data={
NAME: [JAR_NAME]
NAME: [JAR_NAME, 'py.typed', '*.pyi']
},
test_suite='setup.simple_test_suite',

Expand Down

0 comments on commit a106bc1

Please sign in to comment.