We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a28e3 commit 1b366bdCopy full SHA for 1b366bd
1 file changed
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name = 'CAI',
5
packages = ["CAI"],
6
- version = '0.1',
+ version = '0.1.1',
7
description = 'Python implementation of codon adaptation index',
8
author = 'Benjamin Lee',
9
author_email = 'benjamin_lee@college.harvard.edu',
10
url = 'https://github.com/Benjamin-Lee/CodonAdaptationIndex', # use the URL to the github repo
11
classifiers = ["Intended Audience :: Science/Research",
12
- "Topic :: Scientific/Engineering :: Bio-Informatics"
+ "Topic :: Scientific/Engineering :: Bio-Informatics",
13
"Programming Language :: Python"],
14
install_requires=['scipy'],
15
license="MIT",
0 commit comments