Move the executable script to the right place

so that calling it runs the local map2map
This commit is contained in:
Yin Li 2021-05-12 15:43:41 -04:00
parent 413221af7b
commit 8a3cd1843d
2 changed files with 1 additions and 1 deletions

View File

@ -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=[