Skip to content

Commit

Permalink
Adjustments for library release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Feb 8, 2021
1 parent 1cb9b53 commit 3307a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='StarTSPImage',
version='0.1.0',
version='0.2.0',
packages=find_packages(),
license='MIT',
description='Creates Star graphics mode raster images for use with Star TSP series thermal printers',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
install_requires=['Pillow'],
url='https://github.com/geftactics/python-StarTSPImage',
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.1.0.tar.gz',
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.2.0.tar.gz',
author='Geoff Kendal',
author_email='[email protected]'
)

0 comments on commit 3307a61

Please sign in to comment.