Skip to content

Commit

Permalink
Merge pull request #46 from themaxbelov/include-version
Browse files Browse the repository at this point in the history
Include version file in package
  • Loading branch information
ToxicWar authored Feb 12, 2018
2 parents 77eb20a + ace9b3f commit 5a7e259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include requirements.txt
include tests_requirements.txt
include tests_requirements.txt
include VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.23
1.7.24
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'the relaxed way.',
url='https://github.com/ingrammicro/apsconnect-cli',
license='Apache Software License',
include_package_data=True,
install_requires=[str(ir.req) for ir in install_reqs],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 5a7e259

Please sign in to comment.