Skip to content

Commit

Permalink
Try to expose a py.typed output
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Feb 29, 2020
1 parent f691fd5 commit 5f2d93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added nixops/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,6 +27,6 @@ def run(self):
author_email="eelco.dolstra@logicblox.com",
scripts=["scripts/nixops"],
packages=["nixops", "nixops.plugins", "nixops.resources", "nixops.backends"],
package_data={"nixops": ["data/nixos-infect"]},
package_data={"nixops": ["py.typed", "data/nixos-infect"]},
cmdclass={"test": TestCommand},
)

0 comments on commit 5f2d93e

Please sign in to comment.