Skip to content

Commit

Permalink
Merge pull request #135 from indralab/include_config
Browse files Browse the repository at this point in the history
Include package data in install
  • Loading branch information
pagreene committed Oct 8, 2020
2 parents c158e18 + cc63926 commit da8ad27
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 @@ -8,6 +8,7 @@ def main():
long_description='INDRA Database',
url='https://github.com/indralab/indra_db',
packages=find_packages(),
include_package_data=True,
install_requires=['indra', 'boto3', 'sqlalchemy', 'psycopg2-binary',
'pgcopy', 'matplotlib', 'flask', 'nltk',
'reportlab', 'cachetools'],
Expand Down

0 comments on commit da8ad27

Please sign in to comment.