Skip to content

Commit

Permalink
include_package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Apr 8, 2020
1 parent 26aa459 commit 4673464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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

pkg = 'aimfast'
__version__ = "1.0-pre6"
__version__ = "1.0-pre7"
build_root = os.path.dirname(__file__)

def readme():
Expand Down Expand Up @@ -45,4 +45,5 @@ def requirements():
'source_finders': ["bdsf",
"AegeanTools"]},
python_requires='>=3.6',
include_package_data=True,
scripts=['aimfast/bin/aimfast'])

0 comments on commit 4673464

Please sign in to comment.