from setuptools import setup setup( name='dxf_to_csv', version='0.3.1', packages=['dxf_to_csv'], entry_points={'console_scripts':['dxf_to_csv = dxf_to_csv:main']}, author='Dan Howe', author_email='d.howe@wrl.unsw.edu.au', description='Extract points from a dxf file, and save in csv format')