mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +00:00
Release 1.0
This commit is contained in:
parent
9e4549c4ed
commit
bc3e1a26c7
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,4 +5,5 @@ settings.xml
|
||||||
dist/
|
dist/
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
setup/
|
setup/
|
||||||
sample_world/
|
sample_world/
|
||||||
|
build/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as f:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="flyingsnake",
|
name="flyingsnake",
|
||||||
version="1.0b2",
|
version="1.0",
|
||||||
author="Stefano Pigozzi",
|
author="Stefano Pigozzi",
|
||||||
author_email="ste.pigozzi@gmail.com",
|
author_email="ste.pigozzi@gmail.com",
|
||||||
description="A Terraria world map renderer",
|
description="A Terraria world map renderer",
|
||||||
|
|
Loading…
Reference in a new issue