mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-24 00:54:23 +00:00
Update to 1.0b2
This commit is contained in:
parent
945a15fef1
commit
8d57b9fd7e
3 changed files with 3 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -124,4 +124,5 @@ dmypy.json
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# Terraria worlds
|
# Terraria worlds
|
||||||
*.wld
|
*.wld
|
||||||
|
.idea/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as f:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="lihzahrd",
|
name="lihzahrd",
|
||||||
version="1.0b1",
|
version="1.0b2",
|
||||||
author="Stefano Pigozzi",
|
author="Stefano Pigozzi",
|
||||||
author_email="ste.pigozzi@gmail.com",
|
author_email="ste.pigozzi@gmail.com",
|
||||||
description="A Terraria world parser in Python",
|
description="A Terraria world parser in Python",
|
||||||
|
|
3
test.py
3
test.py
|
@ -1,3 +0,0 @@
|
||||||
import lihzahrd
|
|
||||||
|
|
||||||
lihzahrd.World.create_from_file("Small_Example.wld")
|
|
Loading…
Reference in a new issue