[Python-modules-commits] [python-virtualenv] 03/08: Prevent installation of virtualenv-X.Y since we're not

Barry Warsaw barry at moszumanska.debian.org
Mon Feb 8 16:21:41 UTC 2016


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

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

commit 114e846a1f99aff273a0bd8d16307815144cc0b4
Author: Barry Warsaw <barry at debian.org>
Date:   Fri Oct 9 22:23:57 2015 +0200

    Prevent installation of virtualenv-X.Y since we're not
    
     providing these for every supported version.
    Forwarded: no
    
    Patch-Name: entry-points.patch
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 71261e0..69e072c 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ try:
         'entry_points': {
             'console_scripts': [
                 'virtualenv=virtualenv:main',
-                'virtualenv-%s.%s=virtualenv:main' % sys.version_info[:2]
             ],
         },
         'zip_safe': False,

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



More information about the Python-modules-commits mailing list