From 208cee254b93781887513c3c0e3390def202f659 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Apr 2021 19:45:41 +0300 Subject: tools: bring back the .py extension It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1254a8b..e9beb34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,8 +21,8 @@ classifiers = packages = find: python_requires = >=3.6 scripts = - tools/project-clang-format - tools/ctest-driver + tools/project-clang-format.py + tools/ctest-driver.py [options.data_files] share/cmake = common.cmake -- cgit v1.2.3