Skip to content

Commit

Permalink
changed classifiers because they were not accepted by pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelram committed Apr 3, 2017
1 parent ce580de commit a568498
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ def checkProgramIsInstalled(self, program, args, where_to_download,
long_description=open('README.rst').read(),
classifiers=[
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Bioinformatics',
'Topic :: Scientific/Engineering :: Genomics',
'Topic :: Scientific/Engineering :: Chromosome-conformation-capture',
'Topic :: Scientific/Engineering :: Genome architecture'],
'Topic :: Scientific/Engineering :: Bio-Informatics'],
install_requires=[
"numpy >= 1.10.4",
"scipy >= 0.17.1",
Expand Down

0 comments on commit a568498

Please sign in to comment.