diff --git a/__init__.py b/__init__.py index acc8eac..d195ee0 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from lib import PySheeter \ No newline at end of file +from pysheeter import PySheeter \ No newline at end of file diff --git a/dist/pysheeter-1.0.2.tar.gz b/dist/pysheeter-1.0.2.tar.gz deleted file mode 100644 index 0b181b9..0000000 Binary files a/dist/pysheeter-1.0.2.tar.gz and /dev/null differ diff --git a/dist/pysheeter-1.0.2-py3-none-any.whl b/dist/pysheeter-1.0.4-py3-none-any.whl similarity index 85% rename from dist/pysheeter-1.0.2-py3-none-any.whl rename to dist/pysheeter-1.0.4-py3-none-any.whl index b569a5c..e377592 100644 Binary files a/dist/pysheeter-1.0.2-py3-none-any.whl and b/dist/pysheeter-1.0.4-py3-none-any.whl differ diff --git a/dist/pysheeter-1.0.4.tar.gz b/dist/pysheeter-1.0.4.tar.gz new file mode 100644 index 0000000..f181e88 Binary files /dev/null and b/dist/pysheeter-1.0.4.tar.gz differ diff --git a/pysheeter.egg-info/PKG-INFO b/pysheeter.egg-info/PKG-INFO index cae7e22..bb502b1 100644 --- a/pysheeter.egg-info/PKG-INFO +++ b/pysheeter.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pysheeter -Version: 1.0.2 +Version: 1.0.4 Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow Home-page: https://github.com/VictorWesterlund/pysheeter Author: VicW diff --git a/pysheeter/__init__.py b/pysheeter/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index f11da4c..5690b18 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md","r") as fh: setuptools.setup( name="pysheeter", - version="1.0.2", + version="1.0.4", author="VicW", author_email="victor.vesterlund@gmail.com", description="Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow",