New pastafari stats version
This commit is contained in:
parent
f1b57cbc03
commit
06acbf0dd9
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -5,11 +5,11 @@ import os
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
if sys.version_info < (3, 6):
|
if sys.version_info < (3, 8):
|
||||||
raise NotImplementedError("Sorry, you need at least Python 3.6 for use pastafaristats.")
|
raise NotImplementedError("Sorry, you need at least Python 3.8 for use pastafaristats.")
|
||||||
|
|
||||||
setup(name='pastafaristats',
|
setup(name='pastafaristats',
|
||||||
version='1.0.2',
|
version='1.0.3',
|
||||||
description='Simple scripts for send basic data of a server how complement to other stats solutions more complex.',
|
description='Simple scripts for send basic data of a server how complement to other stats solutions more complex.',
|
||||||
author='Antonio de la Rosa Caballero',
|
author='Antonio de la Rosa Caballero',
|
||||||
author_email='antonio.delarosa@coesinfo.com',
|
author_email='antonio.delarosa@coesinfo.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue