Move the executable script to the right place
so that calling it runs the local map2map
This commit is contained in:
parent
413221af7b
commit
8a3cd1843d
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
|||
author_email='eelregit@gmail.com',
|
||||
packages=find_packages(),
|
||||
scripts=[
|
||||
'scripts/m2m.py',
|
||||
'm2m.py',
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
install_requires=[
|
||||
|
|
Loading…
Reference in a new issue