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

Barry Warsaw barry at moszumanska.debian.org
Thu Jan 14 15:36:54 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 871d82a121416e8b09611930229dc2c4b75c26e5
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 ce35314..ab81f59 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,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