summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2019-09-09 16:15:03 +0300
committerPeter Pentchev <roam@debian.org>2019-09-09 16:15:03 +0300
commit475c25266aab1a8479dcc8dc2a46d544298e65ae (patch)
tree673e39ec659a491fb60c3de11bdcea9c065626a6
parent685fe52db02da34b6234262638b460d494c86159 (diff)
Do not install the Python command-line script.
Forwarded: not-needed Last-Update: 2019-09-09 Gbp-Pq: Name python-no-executable.patch
-rw-r--r--python/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 6c9f436..36d018c 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -108,6 +108,5 @@ setuptools.setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
],
- entry_points={"console_scripts": ["confget=confget.__main__:main"]},
zip_safe=True,
)