Skip to content

Commit 2b06f31

Browse files
committed
Update setup.cfg setup.py for v0.1
1 parent 3fd3c7f commit 2b06f31

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[aliases]
22
test=pytest
3+
description-file=README.md

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
setup( name = 'pyinseq',
2525
version = __version__,
2626
description = 'Analysis of transposon insertion sequencing (INSeq) data in Python',
27-
url = 'https://github.com/mandel01/pyinseq',
27+
url = 'https://mandel01.github.io/pyinseq/',
2828
author = 'Mark J. Mandel',
2929
author_email = 'mandel01@gmail.com',
3030
license = 'BSD',
@@ -42,6 +42,15 @@ def main():
4242
'PyYAML>=3.11',
4343
'regex>=2016.6.5',
4444
'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+
4554
zip_safe = False,
4655
include_package_data = True )
4756

0 commit comments

Comments
 (0)