grbl-stream moved to it's own repo'

This commit is contained in:
Peter Boin 2017-08-14 22:44:35 +10:00
parent a1e12c7fdf
commit cc281f7860
3 changed files with 1 additions and 1089 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,6 @@ CLASSIFIERS = [
INSTALL_REQUIRES = [
'argparse', # Python command-line parsing library
'euclid3', # 2D and 3D vector, matrix, quaternion and geometry module.
'pyserial', # Python Serial Port Extension
'six', # Python 2 and 3 compatibility utilities
]
SCRIPTS = [

View File

@ -1,3 +1,4 @@
argparse
euclid3
pyserial
six