mirror of
https://codeberg.org/vlw/pysheeter.git
synced 2025-09-14 11:33:42 +02:00
1.0.4
This commit is contained in:
parent
caba6d030a
commit
3fad9140bf
7 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
from lib import PySheeter
|
from pysheeter import PySheeter
|
BIN
dist/pysheeter-1.0.2.tar.gz
vendored
BIN
dist/pysheeter-1.0.2.tar.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
dist/pysheeter-1.0.4.tar.gz
vendored
Normal file
BIN
dist/pysheeter-1.0.4.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: pysheeter
|
Name: pysheeter
|
||||||
Version: 1.0.2
|
Version: 1.0.4
|
||||||
Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow
|
Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow
|
||||||
Home-page: https://github.com/VictorWesterlund/pysheeter
|
Home-page: https://github.com/VictorWesterlund/pysheeter
|
||||||
Author: VicW
|
Author: VicW
|
||||||
|
|
0
pysheeter/__init__.py
Normal file
0
pysheeter/__init__.py
Normal file
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md","r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pysheeter",
|
name="pysheeter",
|
||||||
version="1.0.2",
|
version="1.0.4",
|
||||||
author="VicW",
|
author="VicW",
|
||||||
author_email="victor.vesterlund@gmail.com",
|
author_email="victor.vesterlund@gmail.com",
|
||||||
description="Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow",
|
description="Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow",
|
||||||
|
|
Loading…
Add table
Reference in a new issue