This commit is contained in:
parent
5bd745ffe7
commit
8579c416a2
8
setup.py
8
setup.py
@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='minitor',
|
name='minitor',
|
||||||
version='0.3.1',
|
version='1.0.0',
|
||||||
description='A minimal monitoring tool',
|
description='A minimal monitoring tool',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://git.iamthefij.com/iamthefij/minitor',
|
url='https://git.iamthefij.com/iamthefij/minitor',
|
||||||
@ -22,10 +22,7 @@ setup(
|
|||||||
author='Ian Fijolek',
|
author='Ian Fijolek',
|
||||||
author_email='ian@iamthefij.com',
|
author_email='ian@iamthefij.com',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
# How mature is this project? Common values are
|
'Development Status :: 5 - Production/Stable',
|
||||||
# 4 - Beta
|
|
||||||
# 5 - Production/Stable
|
|
||||||
'Development Status :: 4 - Beta',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'Topic :: System :: Monitoring',
|
'Topic :: System :: Monitoring',
|
||||||
@ -34,6 +31,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
],
|
],
|
||||||
keywords='minitor monitoring alerting',
|
keywords='minitor monitoring alerting',
|
||||||
packages=find_packages(exclude=[
|
packages=find_packages(exclude=[
|
||||||
|
Loading…
Reference in New Issue
Block a user