Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti committed Jan 16, 2020
1 parent 785b94c commit 09da27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author="JJTimmons",
author_email="[email protected]",
license="mit",
packages=find_packages(where="seqfold", exclude=["data"]),
packages=find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Lattice-Automation/seqfold",
Expand All @@ -36,6 +36,6 @@
],
entry_points={"console_scripts": ["seqfold=seqfold.main:run"],},
zip_safe=False,
extra_require={"dev": ["black", "pylint"]},
extra_require={"dev": ["black", "pylint", "bumpversion"]},
python_requires=">=3.0",
)

0 comments on commit 09da27c

Please sign in to comment.