File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
[aliases]
2
2
test =pytest
3
+ description-file =README.md
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def main():
24
24
setup ( name = 'pyinseq' ,
25
25
version = __version__ ,
26
26
description = 'Analysis of transposon insertion sequencing (INSeq) data in Python' ,
27
- url = 'https://github.com/mandel01/ pyinseq' ,
27
+ url = 'https://mandel01. github.io/ pyinseq/ ' ,
28
28
author = 'Mark J. Mandel' ,
29
29
author_email = 'mandel01@gmail.com' ,
30
30
license = 'BSD' ,
@@ -42,6 +42,15 @@ def main():
42
42
'PyYAML>=3.11' ,
43
43
'regex>=2016.6.5' ,
44
44
'screed>=0.9' ],
45
+ classifiers = ['Development Status :: 4 - Beta' ,
46
+ 'Intended Audience :: Science/Research' ,
47
+ 'License :: OSI Approved :: BSD License' ,
48
+ 'Operating System :: MacOS :: MacOS X' ,
49
+ 'Operating System :: POSIX' ,
50
+ 'Programming Language :: Python :: 3.5' ,
51
+ 'Topic :: Scientific/Engineering :: Bio-Informatics' ,
52
+ ],
53
+
45
54
zip_safe = False ,
46
55
include_package_data = True )
47
56
You can’t perform that action at this time.
0 commit comments