Skip to content

Commit

Permalink
Packaging for PyPi issue: missing requirements.txt in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
rvojcik committed Jun 28, 2019
1 parent 6c8920b commit 19c72d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt
include config.example
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@

setup(
name="vault-certificate-deploy",
version="1.0.1",
version="1.0.2",
packages=["vault_certificate_deploy"],
install_requires=install_reqs,
license="GPLv3",
description="System for deploying certificates from Hashicorp Vault server",
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
package_data={'': ['requirements.txt']},
url="https://github.com/rvojcik/vault-certificate-deploy",
author="Robert Vojcik",
author_email="[email protected]",
Expand Down

0 comments on commit 19c72d9

Please sign in to comment.