mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-21 22:24:19 +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/
|
||||
**/__pycache__/
|
||||
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(
|
||||
name="flyingsnake",
|
||||
version="1.0b2",
|
||||
version="1.0",
|
||||
author="Stefano Pigozzi",
|
||||
author_email="ste.pigozzi@gmail.com",
|
||||
description="A Terraria world map renderer",
|
||||
|
|
Loading…
Reference in a new issue