aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
commit795dd9e87e44d1c49f160cd003cdde4113ee8247 (patch)
tree8235133e9007abdb53ed7380f201058c24269031 /setup.cfg
parentREADME: fix badge links (diff)
downloadcmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.tar.gz
cmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.zip
tools: drop the .py extension
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b9c42a7..29fad59 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,8 +20,8 @@ classifiers =
[options]
packages = find:
scripts =
- tools/clang-format.py
- tools/ctest-driver.py
+ tools/project-clang-format
+ tools/ctest-driver
#python_requires = >=3.6
[options.entry_points]