Skip to content

Commit

Permalink
Adds manifest file to include requirements in build (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdan authored and feng-tao committed Aug 8, 2019
1 parent 3f9feb8 commit c496dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aniso8601==3.0.0
atlasclient==0.1.7
atlasclient==0.1.8
click==6.7
elasticsearch==6.2.0
elasticsearch-dsl==6.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.1.7'
__version__ = '1.1.8'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit c496dfe

Please sign in to comment.