mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +00:00
Change description and bump version
This commit is contained in:
parent
04811bd8f5
commit
409de0cb4e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -5,10 +5,10 @@ with open("README.md", "r") as f:
|
|||
|
||||
setuptools.setup(
|
||||
name="flyingsnake",
|
||||
version="1.0b1",
|
||||
version="1.0b2",
|
||||
author="Stefano Pigozzi",
|
||||
author_email="ste.pigozzi@gmail.com",
|
||||
description="A Terraria world screenshot creator",
|
||||
description="A Terraria world map creator",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Steffo99/flyingsnake",
|
||||
|
|
Loading…
Reference in a new issue