mirror of
https://github.com/Steffo99/steamleaderboards.git
synced 2024-11-24 00:24:19 +00:00
Change package name for a production environment
This commit is contained in:
parent
61ebd81638
commit
610eb26d38
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -4,7 +4,7 @@ with open("README.md", "r") as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="steamleaderboards-steffo",
|
name="steamleaderboards",
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
author="Stefano Pigozzi",
|
author="Stefano Pigozzi",
|
||||||
author_email="ste.pigozzi@gmail.com",
|
author_email="ste.pigozzi@gmail.com",
|
||||||
|
@ -21,4 +21,4 @@ setuptools.setup(
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Topic :: Internet"
|
"Topic :: Internet"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue