Skip to content

Commit

Permalink
Few edits to setup.py (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 13, 2018
1 parent 215ae05 commit fadf13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
recommonmark==0.4.0
Sphinx>=1.4.4
sphinx_rtd_theme==0.4.1

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name='sample-sheet',
version='0.8.0',
author='clintval',
author_email='valentine.ctlin@gmail.com',
author_email='valentine.clint@gmail.com',
description='An Illumina Sample Sheet parsing library',
url='https://github.com/clintval/sample-sheet',
download_url='https://github.com/sample-sheet/archive/v0.8.0.tar.gz',
Expand All @@ -22,6 +22,7 @@
'tabulate',
'terminaltables',
],
# extras_requires={'cli': ['terminaltables']},
include_package_data=True,
scripts=['scripts/sample-sheet'],
keywords='illumina samplesheet sample sheet parser bioinformatics',
Expand Down

0 comments on commit fadf13d

Please sign in to comment.