From 8a3cd1843d01c1307d06df83c47ebcad7a67675c Mon Sep 17 00:00:00 2001 From: Yin Li Date: Wed, 12 May 2021 15:43:41 -0400 Subject: [PATCH] Move the executable script to the right place so that calling it runs the local map2map --- scripts/m2m.py => m2m.py | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/m2m.py => m2m.py (100%) diff --git a/scripts/m2m.py b/m2m.py similarity index 100% rename from scripts/m2m.py rename to m2m.py diff --git a/setup.py b/setup.py index 3656c05..de9401e 100644 --- a/setup.py +++ b/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=[