mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-24 13:50:42 +00:00
prepare release
This commit is contained in:
parent
d96ff37ee1
commit
5ecf9cab92
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
__author__ = "Robert Kaussow"
|
__author__ = "Robert Kaussow"
|
||||||
__project__ = "ansible-doctor"
|
__project__ = "ansible-doctor"
|
||||||
__version__ = "0.1.0-beta1"
|
__version__ = "0.1.0-beta2"
|
||||||
__license__ = "GPL-3.0"
|
__license__ = "GPL-3.0"
|
||||||
__maintainer__ = "Robert Kaussow"
|
__maintainer__ = "Robert Kaussow"
|
||||||
__email__ = "mail@geeklabor.de"
|
__email__ = "mail@geeklabor.de"
|
||||||
__url__ = "https://github.com/xoxys/ansible-doctor"
|
__url__ = "https://github.com/xoxys/ansible-doctor"
|
||||||
__status__ = "Production"
|
|
||||||
|
1
setup.py
1
setup.py
@ -42,6 +42,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
python_requires=">=3.5",
|
python_requires=">=3.5",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: Information Technology",
|
"Intended Audience :: Information Technology",
|
||||||
|
Loading…
Reference in New Issue
Block a user