[Python-modules-commits] [python-virtualenv] 05/17: Prevent installation of virtualenv-X.Y since we're not
Barry Warsaw
barry at moszumanska.debian.org
Sun Jan 31 22:20:51 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 760083ef8379d295542e04fd429544f1748cccc1
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