Fix in setup.py
This commit is contained in:
parent
b4f05f7578
commit
aacfa5052b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ if sys.version_info < (3, 5):
|
||||||
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
|
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
|
||||||
|
|
||||||
setup(name='pastafaristats',
|
setup(name='pastafaristats',
|
||||||
version='1.0.0',
|
version='1.0.1',
|
||||||
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