Skip to content

Commit 3b1df59

Browse files
author
Geoff Kendal
committed
Pypi bits
1 parent d2bb8dc commit 3b1df59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Print a file from disk:
1717
```
1818
import StarTSPImage
1919
20-
raster = StarTSPImage.imageFileToRaster('file.bmp')
20+
raster = StarTSPImage.imageFileToRaster('rar.bmp')
2121
2222
printer = open('/dev/usb/lp0', 'wb')
2323
printer.write(raster)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='python-StarTSPImage',
4+
name='StarTSPImage',
55
version='0.1.0',
66
packages=find_packages(),
77
license='MIT',
@@ -10,6 +10,7 @@
1010
long_description_content_type="text/markdown",
1111
install_requires=['numpy'],
1212
url='https://github.com/geftactics/python-StarTSPImage',
13+
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/v0.1.0.tar.gz'
1314
author='Geoff Kendal',
1415
author_email='Geoff@squiggle.org'
1516
)

0 commit comments

Comments
 (0)