Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katholt committed Sep 29, 2013
1 parent 55da5e1 commit 9d46bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

setup(
name='srst2',
version='0.1.0',
version='0.1.2',
author='Kathryn Holt',
author_email='[email protected]',
author_email='[email protected]',
packages=['srst2'],
scripts=['scripts/getmlst.py', 'scripts/scores_vs_expected.py', 'scripts/slurm_srst2.py'],
entry_points={
'console_scripts': ['srst2 = srst2.srst2:main']
},
package_dir = {'srst2': 'scripts'},
package_data={'srst2': ['data/resistance.*']},
url='https://github.com/katholt/srst',
url='http://katholt.github.io/srst2/',
license='LICENSE.txt',
description='Short Read Sequence Typing for Bacterial Pathogens',
long_description=('This program is designed to take Illumina'
Expand Down

0 comments on commit 9d46bf0

Please sign in to comment.