Skip to content

Commit

Permalink
Include py.typed in release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Mar 11, 2019
1 parent 840c876 commit cba876f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
description="Interpolate Yaml files with env vars",
long_description=long_description,
url="https://github.com/lbolla/yamlenv",
package_data={'yamlenv': ['py.typed']},
packages=find_packages('.'),
install_requires=[
'PyYAML>=3.12',
Expand Down

0 comments on commit cba876f

Please sign in to comment.