gclib 2.0.9
Communications API for Galil controllers and PLCs
 
Loading...
Searching...
No Matches
setup.py
Go to the documentation of this file.
1'''! \file setup.py
2'''
3#Setup script for gclib python wrapper
4# run 'python setup.py install' at console
5from setuptools import setup
6setup(name='gclib',
7version='1.0',
8description='Python wrapper for Galil gclib',
9author='Galil Motion Control',
10author_email='softwaresupport@galil.com',
11url='http://www.galil.com',
12py_modules=['gclib'],
13)
Definition setup.py:1