Skip to content

Commit

Permalink
Added setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhutchins committed Nov 17, 2017
1 parent ea82731 commit ce5fcea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ parts/
sdist/
var/
*.egg-info/
*err.txt
.installed.cfg
*.egg

Expand All @@ -48,4 +47,5 @@ coverage.xml
# Translations
*.mo

err.txt
err.txt
.pypiprc
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ View the below methiods for installing this package. Python3.5 and higher is req

PyPi
^^^^^^^^^^^^^^
``pip install ortho-evol``
``pip install OrthoEvol``

GitHub
^^^^^^^^^^^^^^
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def readme():
'Framework :: Cookiecutter'
],
# Packages will be automatically found if not in this list.
packages=find_packages(exclude=['Docs', 'Examples']),
packages=find_packages(exclude=['Docs', 'Examples', 'Tests']),
include_package_data=True,
entry_points={
'console_scripts': ['d~s=Orthologs.command_line:main']
Expand Down

0 comments on commit ce5fcea

Please sign in to comment.