1
Fork 0
mirror of https://github.com/Steffo99/steamleaderboards.git synced 2024-10-16 06:17:29 +00:00

Change package name for a production environment

This commit is contained in:
Steffo 2019-02-05 21:38:22 +01:00
parent 61ebd81638
commit 610eb26d38

View file

@ -4,7 +4,7 @@ with open("README.md", "r") as f:
long_description = f.read()
setuptools.setup(
name="steamleaderboards-steffo",
name="steamleaderboards",
version="0.0.1",
author="Stefano Pigozzi",
author_email="ste.pigozzi@gmail.com",
@ -21,4 +21,4 @@ setuptools.setup(
"Programming Language :: Python :: 3.6",
"Topic :: Internet"
]
)
)