summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2019-02-27 00:44:26 +0200
committerPeter Pentchev <roam@debian.org>2019-02-27 00:44:26 +0200
commitac5f1c4e4d02db08638dd599ffe2669203bae933 (patch)
treef7d453e11c2c54d274773181334376f23233d751
parent7621272586f50044beedbb7ea1becf2c6a1592f6 (diff)
Do not install the Python command-line script.
Forwarded: not-needed Last-Update: 2019-01-13 Gbp-Pq: Name python-no-executable.patch
-rw-r--r--python/setup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/setup.py b/python/setup.py
index 2d9f620..18c2610 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -122,11 +122,5 @@ setuptools.setup(
'Topic :: Utilities',
],
- entry_points={
- 'console_scripts': [
- 'confget=confget.__main__:main',
- ],
- },
-
zip_safe=True,
)