Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOlm committed Aug 19, 2020
1 parent 3f3e514 commit b917885
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from setuptools import setup
from setuptools import setup, find_packages

from inStrain._version import __version__

Expand All @@ -12,7 +12,8 @@
author_email='[email protected]',
license='MIT',
package_data={'inStrain': ['helper_files/NullModel.txt']},
packages=['inStrain'],
#packages=['inStrain'],
packages=find_packages(),
scripts=['bin/inStrain'],
python_requires='>=3.4.0',
install_requires=[
Expand Down

0 comments on commit b917885

Please sign in to comment.