Skip to content

Commit

Permalink
Add py.typed and minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Jan 15, 2019
1 parent 0191abb commit 3b87b0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include py.typed
include README.md
include LICENSE
Empty file added py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
entry_points={
'console_scripts': ['apertium-streamparser=streamparser:main'],
},
package_data={
'streamparser': ['py.typed'],
},
py_modules=['streamparser'],
)
2 changes: 1 addition & 1 deletion streamparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__credits__ = ['Sushain K. Cherivirala', 'Kevin Brubeck Unhammer']
__license__ = 'GPLv3+'
__status__ = 'Production'
__version__ = '5.0.2'
__version__ = '5.0.3'

import fileinput
import functools
Expand Down

0 comments on commit 3b87b0d

Please sign in to comment.