1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update setup.py

This commit is contained in:
Steffo 2019-05-05 17:17:13 +02:00
parent 26554dcd86
commit 1a957de2e3
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ with open("README.md", "r") as f:
setuptools.setup( setuptools.setup(
name="royalnet", name="royalnet",
version="5.0a1", version="5.0a2",
author="Stefano Pigozzi", author="Stefano Pigozzi",
author_email="ste.pigozzi@gmail.com", author_email="ste.pigozzi@gmail.com",
description="The great bot network of the Royal Games community", description="The great bot network of the Royal Games community",

2
to_pypi.bat Normal file
View file

@ -0,0 +1,2 @@
python setup.py sdist bdist_wheel
twine upload dist/*