[Repoze-checkins] r974 - in repoze.who/trunk: . repoze/who
Chris McDonough
chrism at agendaless.com
Wed May 7 09:02:33 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Wed May 7 09:02:33 2008
New Revision: 974
Log:
- Remove dependency-link to dist.repoze.org to prevent easy_install
from inserting that path into its search paths (the dependencies
are available from PyPI).
Modified:
repoze.who/trunk/CHANGES.txt
repoze.who/trunk/repoze/who/version.txt
repoze.who/trunk/setup.py
Modified: repoze.who/trunk/CHANGES.txt
==============================================================================
--- repoze.who/trunk/CHANGES.txt (original)
+++ repoze.who/trunk/CHANGES.txt Wed May 7 09:02:33 2008
@@ -1,6 +1,12 @@
repoze.who changes
==================
+1.0.1
+
+ - Remove dependency-link to dist.repoze.org to prevent easy_install
+ from inserting that path into its search paths (the dependencies
+ are available from PyPI).
+
1.0
- The plugin at plugins.form.FormPlugin didn't redirect properly
Modified: repoze.who/trunk/repoze/who/version.txt
==============================================================================
--- repoze.who/trunk/repoze/who/version.txt (original)
+++ repoze.who/trunk/repoze/who/version.txt Wed May 7 09:02:33 2008
@@ -1,3 +1 @@
-1.0
-
-
+1.0.1
Modified: repoze.who/trunk/setup.py
==============================================================================
--- repoze.who/trunk/setup.py (original)
+++ repoze.who/trunk/setup.py Wed May 7 09:02:33 2008
@@ -42,7 +42,6 @@
keywords='web application server wsgi zope',
author="Agendaless Consulting",
author_email="repoze-dev at lists.repoze.org",
- dependency_links=['http://dist.repoze.org'],
url="http://www.repoze.org",
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",
packages=find_packages(),
More information about the Repoze-checkins
mailing list