Skip to content

Commit

Permalink
remove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu999 committed Sep 30, 2019
1 parent 4ba1119 commit a932f6b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


setup(name='ssw_aligner',
version='0.0.7',
version='0.0.8',
license='MIT',
description='Python implementation of Striped Smith-Waterman Algorithm',
long_description='Python implementation of Striped Smith-Waterman Algorithm(one of the local alignment algorithms). Please visit the github page for more details.',
Expand All @@ -27,12 +27,5 @@
url='https://github.com/kyu999/ssw_aligner',
packages=find_packages(),
ext_modules=extensions,
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
],
include_dirs=[np.get_include()]
)

0 comments on commit a932f6b

Please sign in to comment.