Moved package to 'pysheeter'

Moved PyPi package from "pysheeter-Vic" to "pysheeter"
This commit is contained in:
Victor Westerlund 2020-11-23 11:39:58 +01:00
parent 721ff3b17d
commit caba6d030a
10 changed files with 13 additions and 13 deletions

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

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pysheeter-VicW
Version: 1.0.1
Name: pysheeter
Version: 1.0.2
Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow
Home-page: https://github.com/VictorWesterlund/pysheeter
Author: VicW
@ -11,9 +11,9 @@ Description: # PySheeter
## Get started / Basic usage
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
$ pip3 install Pillow
$ pip3 install pysheeter-VicW
```
### Sprite sheet from folder
1. Import `Sheet` from `pysheeter`

View 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

View file

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

View file

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