Skip to content

Commit 7100be3

Browse files
authored
Update setup.py
1 parent cceb1c8 commit 7100be3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup.py

+2-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='PATRIC Tools',
28-
version='0.0.1',
28+
version='1.0.0',
2929

3030
description='A Python package to interact with the PATRIC database (https://www.patricbrc.org)',
3131
long_description=long_description,
@@ -41,12 +41,6 @@
4141

4242
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
4343
classifiers=[
44-
# How mature is this project? Common values are
45-
# 3 - Alpha
46-
# 4 - Beta
47-
# 5 - Production/Stable
48-
'Development Status :: 2 - Pre-Alpha',
49-
5044
# Indicate who your project is intended for
5145
'Intended Audience :: Developers',
5246
'Intended Audience :: Science/Research'
@@ -63,7 +57,7 @@
6357
],
6458

6559
# What does your project relate to?
66-
keywords='patric bioinformatics antibiotic-resistance genomics database',
60+
keywords='patric bioinformatics antibiotic antimicrobial resistance genomics database',
6761

6862
packages=find_packages(),
6963

0 commit comments

Comments
 (0)