mirror of
https://codeberg.org/vlw/pysheeter.git
synced 2025-09-14 03:33:40 +02:00
Moved package to 'pysheeter'
Moved PyPi package from "pysheeter-Vic" to "pysheeter"
This commit is contained in:
parent
721ff3b17d
commit
caba6d030a
10 changed files with 13 additions and 13 deletions
Binary file not shown.
BIN
dist/pysheeter-1.0.2.tar.gz
vendored
Normal file
BIN
dist/pysheeter-1.0.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/pysheeter-VicW-1.0.1.tar.gz
vendored
BIN
dist/pysheeter-VicW-1.0.1.tar.gz
vendored
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: pysheeter-VicW
|
Name: pysheeter
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
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
|
||||||
|
@ -11,9 +11,9 @@ Description: # PySheeter
|
||||||
|
|
||||||
## Get started / Basic usage
|
## Get started / Basic usage
|
||||||
1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture
|
1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture
|
||||||
2. Download and install [Pillow](https://pypi.org/project/Pillow/) for Python 3 with `pip3`
|
2. Install the latest version of PySheeter with [`pip3`](https://pypi.org/project/pysheeter-VicW/)
|
||||||
```bash
|
```bash
|
||||||
$ pip3 install Pillow
|
$ pip3 install pysheeter-VicW
|
||||||
```
|
```
|
||||||
### Sprite sheet from folder
|
### Sprite sheet from folder
|
||||||
1. Import `Sheet` from `pysheeter`
|
1. Import `Sheet` from `pysheeter`
|
7
pysheeter.egg-info/SOURCES.txt
Normal file
7
pysheeter.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
README.md
|
||||||
|
setup.py
|
||||||
|
pysheeter.egg-info/PKG-INFO
|
||||||
|
pysheeter.egg-info/SOURCES.txt
|
||||||
|
pysheeter.egg-info/dependency_links.txt
|
||||||
|
pysheeter.egg-info/requires.txt
|
||||||
|
pysheeter.egg-info/top_level.txt
|
|
@ -1,7 +0,0 @@
|
||||||
README.md
|
|
||||||
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
|
|
4
setup.py
4
setup.py
|
@ -4,8 +4,8 @@ with open("README.md","r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pysheeter-VicW",
|
name="pysheeter",
|
||||||
version="1.0.1",
|
version="1.0.2",
|
||||||
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