mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Update setup.py
This commit is contained in:
parent
26554dcd86
commit
1a957de2e3
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as f:
|
|||
|
||||
setuptools.setup(
|
||||
name="royalnet",
|
||||
version="5.0a1",
|
||||
version="5.0a2",
|
||||
author="Stefano Pigozzi",
|
||||
author_email="ste.pigozzi@gmail.com",
|
||||
description="The great bot network of the Royal Games community",
|
||||
|
|
2
to_pypi.bat
Normal file
2
to_pypi.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
Loading…
Reference in a new issue