Add tool scripts #1
5
setup.py
5
setup.py
@ -11,10 +11,11 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name='idefix',
|
setup(name='idefix',
|
||||||
version='0.0',
|
version='1.3',
|
||||||
description='Utils and processing pipelines for LiDAR point clouds',
|
description='Utils and processing pipelines for LiDAR point clouds',
|
||||||
author='Florent Guiotte',
|
author='Florent Guiotte',
|
||||||
author_email='florent.guiotte@uhb.fr',
|
author_email='florent.guiotte@uhb.fr',
|
||||||
url='https://git.guiotte.fr/Florent/Idefix',
|
url='https://git.guiotte.fr/Florent/Idefix',
|
||||||
packages=['idefix'],
|
packages=['idefix', 'idefix.tools'],
|
||||||
|
entry_points = {'console_scripts':['txt2npz = idefix.tools.txt_to_npz:main',]},
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user