mirror of
https://codeberg.org/vlw/pysheeter.git
synced 2025-09-14 03:33:40 +02:00
Added "Pillow" as package dependancy
Pillow will now be cloned along with PySheeter when installed with "pip3"
This commit is contained in:
parent
80086dcc22
commit
4d381746cc
7 changed files with 4 additions and 2 deletions
BIN
dist/pysheeter-VicW-1.0.0.tar.gz
vendored
BIN
dist/pysheeter-VicW-1.0.0.tar.gz
vendored
Binary file not shown.
BIN
dist/pysheeter-VicW-1.0.1.tar.gz
vendored
Normal file
BIN
dist/pysheeter-VicW-1.0.1.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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
|
1
pysheeter_VicW.egg-info/requires.txt
Normal file
1
pysheeter_VicW.egg-info/requires.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Pillow
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue