from setuptools import setup setup(name='GenDevice', version='0.3', description='Python code generator for ASTRI-MA', url='#', author='Gino Tosti', author_email='gino.tosti@inaf.it', license='GPL 3', packages=['GenDevice'], zip_safe=False)