This commit is contained in:
Victor Westerlund 2020-11-23 17:26:39 +01:00
parent caba6d030a
commit 3fad9140bf
7 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
from lib import PySheeter from pysheeter import PySheeter

Binary file not shown.

BIN
dist/pysheeter-1.0.4.tar.gz vendored Normal file

Binary file not shown.

View file

@ -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
View file

View file

@ -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",