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',
|
author_email='eelregit@gmail.com',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=[
|
scripts=[
|
||||||
'scripts/m2m.py',
|
'm2m.py',
|
||||||
],
|
],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue