[Python-modules-commits] [python-cachecontrol] 02/04: Edit setup.py entry_points.

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 31 21:39:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-cachecontrol.

commit 6c6c029ad80c0ef44f7ccb7fb7fa2406a81837cf
Author: Barry Warsaw <barry at python.org>
Date:   Mon Oct 31 17:31:16 2016 -0400

    Edit setup.py entry_points.
    
    Don't install the undocumented and unnecessary doesitcache script.
    
    Patch-Name: no-doesitcache-script.patch
---
 setup.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index e8d255b..14ccf97 100644
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,11 @@ setup_params = dict(
     extras_require={
         'filecache': ['lockfile>=0.9'],
     },
-    entry_points={
-        'console_scripts': [
-            'doesitcache = cachecontrol._cmd:main',
-        ]
-    },
+    ## entry_points={
+    ##     'console_scripts': [
+    ##         'doesitcache = cachecontrol._cmd:main',
+    ##     ]
+    ## },
     classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cachecontrol.git



More information about the Python-modules-commits mailing list