Added "Pillow" as package dependancy

Pillow will now be cloned along with PySheeter when installed with "pip3"
This commit is contained in:
Victor Westerlund 2020-11-23 11:03:57 +01:00
parent 80086dcc22
commit 4d381746cc
7 changed files with 4 additions and 2 deletions

Binary file not shown.

BIN
dist/pysheeter-VicW-1.0.1.tar.gz vendored Normal file

Binary file not shown.

View file

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pysheeter-VicW
Version: 1.0.0
Version: 1.0.1
Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow
Home-page: https://github.com/VictorWesterlund/pysheeter
Author: VicW

View file

@ -3,4 +3,5 @@ setup.py
pysheeter_VicW.egg-info/PKG-INFO
pysheeter_VicW.egg-info/SOURCES.txt
pysheeter_VicW.egg-info/dependency_links.txt
pysheeter_VicW.egg-info/requires.txt
pysheeter_VicW.egg-info/top_level.txt

View file

@ -0,0 +1 @@
Pillow

View file

@ -5,7 +5,7 @@ with open("README.md","r") as fh:
setuptools.setup(
name="pysheeter-VicW",
version="1.0.0",
version="1.0.1",
author="VicW",
author_email="victor.vesterlund@gmail.com",
description="Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow",