File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
package = 'dnds'
4
- version = '2.0 '
4
+ version = '2.1 '
5
5
6
6
setup (
7
7
name = package ,
8
8
version = version ,
9
9
description = "Calculate dN/dS ratio precisely (Ka/Ks) using a codon-by-codon counting method." ,
10
+ long_description = open ("README.rst" ).read (),
10
11
author = "Adel Qalieh" ,
11
12
12
13
url = "https://github.com/adelq/dnds" ,
15
16
classifiers = [
16
17
'Development Status :: 5 - Production/Stable' ,
17
18
'Intended Audience :: Science/Research' ,
18
- 'Topic :: Scientific/Engineering :: Bio-Informatics' ,
19
19
'License :: OSI Approved :: MIT License' ,
20
+ 'Natural Language :: English' ,
21
+ 'Operating System :: OS Independent' ,
20
22
'Programming Language :: Python :: 2' ,
21
23
'Programming Language :: Python :: 2.7' ,
22
24
'Programming Language :: Python :: 3' ,
23
25
'Programming Language :: Python :: 3.4' ,
24
26
'Programming Language :: Python :: 3.5' ,
25
27
'Programming Language :: Python :: 3.6' ,
28
+ 'Topic :: Scientific/Engineering :: Bio-Informatics' ,
26
29
])
You can’t perform that action at this time.
0 commit comments