File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 25
25
26
26
setup (
27
27
name = 'PATRIC Tools' ,
28
- version = '0 .0.1 ' ,
28
+ version = '1 .0.0 ' ,
29
29
30
30
description = 'A Python package to interact with the PATRIC database (https://www.patricbrc.org)' ,
31
31
long_description = long_description ,
41
41
42
42
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
43
43
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
-
50
44
# Indicate who your project is intended for
51
45
'Intended Audience :: Developers' ,
52
46
'Intended Audience :: Science/Research'
63
57
],
64
58
65
59
# What does your project relate to?
66
- keywords = 'patric bioinformatics antibiotic- resistance genomics database' ,
60
+ keywords = 'patric bioinformatics antibiotic antimicrobial resistance genomics database' ,
67
61
68
62
packages = find_packages (),
69
63
You can’t perform that action at this time.
0 commit comments