File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Print a file from disk:
1717```
1818import StarTSPImage
1919
20- raster = StarTSPImage.imageFileToRaster('file .bmp')
20+ raster = StarTSPImage.imageFileToRaster('rar .bmp')
2121
2222printer = open('/dev/usb/lp0', 'wb')
2323printer.write(raster)
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33setup (
4- name = 'python- StarTSPImage' ,
4+ name = 'StarTSPImage' ,
55 version = '0.1.0' ,
66 packages = find_packages (),
77 license = 'MIT' ,
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)
You can’t perform that action at this time.
0 commit comments