Skip to content

Commit

Permalink
Fix a bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Mar 17, 2019
1 parent 9438a92 commit c666571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

setup(
name='tspex',
version='0.1.0',
packages=find_packages(include=['tspex']),
version='0.1.1',
packages=find_packages(),
license='GNU General Public License v3.0',
description='A Python package for calculating tissue-specificity metrics for gene expression.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit c666571

Please sign in to comment.