Skip to content

Commit

Permalink
Add missing py.typed for PEP 561
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 27, 2019
1 parent 1e5a846 commit 85bdd04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions form/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# for PEP 561
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup_package():
],
keywords='binding, form, computer algebra',
packages=find_packages(),
package_data={'form': ['init.frm']},
package_data={'form': ['init.frm', 'py.typed']},
setup_requires=['nose'],
)

Expand Down

0 comments on commit 85bdd04

Please sign in to comment.