Skip to content

Commit 36b9a47

Browse files
committed
Choose modules for packaging
1 parent 01e15cf commit 36b9a47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
package = 'dnds'
4-
version = '1.0'
4+
version = '1.0.1'
55

66
setup(
77
name=package,
@@ -11,6 +11,7 @@
1111
author_email="adelq@sas.upenn.edu",
1212
url="https://github.com/adelq/dnds",
1313
license="MIT",
14+
py_modules=['dnds', 'codons'],
1415
classifiers=[
1516
'Development Status :: 5 - Production/Stable',
1617
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)