We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e15cf commit 36b9a47Copy full SHA for 36b9a47
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
package = 'dnds'
4
-version = '1.0'
+version = '1.0.1'
5
6
setup(
7
name=package,
@@ -11,6 +11,7 @@
11
author_email="adelq@sas.upenn.edu",
12
url="https://github.com/adelq/dnds",
13
license="MIT",
14
+ py_modules=['dnds', 'codons'],
15
classifiers=[
16
'Development Status :: 5 - Production/Stable',
17
'Intended Audience :: Science/Research',
0 commit comments