Refactor misc to tool, scripts to setup
This commit is contained in:
parent
a21662bf68
commit
b1a2d50a14
5
setup.py
5
setup.py
@ -11,10 +11,11 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='idefix',
|
||||
version='0.0',
|
||||
version='1.3',
|
||||
description='Utils and processing pipelines for LiDAR point clouds',
|
||||
author='Florent Guiotte',
|
||||
author_email='florent.guiotte@uhb.fr',
|
||||
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