Skip to content

Commit

Permalink
Add requirements.txt to sdist for installation from sources works pro…
Browse files Browse the repository at this point in the history
…perly
  • Loading branch information
vadim.reyder committed Feb 11, 2019
1 parent 240eb7b commit 92f764f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def get_content(path):
author_email='[email protected]',
license='Apache 2.0',
packages=find_packages(exclude=("tests",)),
data_files=['requirements.txt'],
entry_points={
"console_scripts": [
"k8s-handle=k8s_handle:main",
Expand Down

0 comments on commit 92f764f

Please sign in to comment.