Skip to content

Commit

Permalink
Choose modules for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
adelq committed May 15, 2016
1 parent 01e15cf commit 36b9a47
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
@@ -1,7 +1,7 @@
from setuptools import setup

package = 'dnds'
version = '1.0'
version = '1.0.1'

setup(
name=package,
Expand All @@ -11,6 +11,7 @@
author_email="[email protected]",
url="https://github.com/adelq/dnds",
license="MIT",
py_modules=['dnds', 'codons'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 36b9a47

Please sign in to comment.