mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-06-04 11:25:20 +08:00
preparing for release
This commit is contained in:
parent
2325d1f813
commit
90d979bb05
13
setup.py
Normal file
13
setup.py
Normal file
@ -0,0 +1,13 @@
|
||||
from distutils.core import setup
|
||||
setup(
|
||||
name = 'pygcode',
|
||||
packages = ['pygcode'],
|
||||
version = '0.1',
|
||||
description = 'basic g-code parser, interpreter, and writer library',
|
||||
author = 'Peter Boin',
|
||||
author_email = 'peter.boin@gmail.com',
|
||||
url = 'https://github.com/fragmuffin/pygcode',
|
||||
download_url = 'https://github.com/fragmuffin/pygcode/archive/0.1.tar.gz',
|
||||
keywords = ['gcode', 'cnc', 'parser', 'interpreter'],
|
||||
classifiers = [],
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user