[Repoze-checkins] r849 - in whoplugins/whoradius/trunk: . pamradius whoradius
Chris Shenton
chris.shenton at nasa.gov
Thu Mar 20 00:14:19 EDT 2008
Author: Chris Shenton <chris.shenton at nasa.gov>
Date: Thu Mar 20 00:14:19 2008
New Revision: 849
Log:
I thought I already renamed this.
Added:
whoplugins/whoradius/trunk/whoradius/
- copied from r845, /whoplugins/whoradius/trunk/pamradius/
Removed:
whoplugins/whoradius/trunk/pamradius/
Modified:
whoplugins/whoradius/trunk/setup.py
Modified: whoplugins/whoradius/trunk/setup.py
==============================================================================
--- whoplugins/whoradius/trunk/setup.py (original)
+++ whoplugins/whoradius/trunk/setup.py Thu Mar 20 00:14:19 2008
@@ -47,8 +47,13 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
- tests_require =['repoze.who', 'pyrad>=1.1'],
+ # There's no repoze.who-0.x.tar.gz here yet:
+ dependency_links=['http://dist.repoze.org'],
+ #dependency_links = ['http://svn.repoze.org/repoze.who/trunk'],
+ #dependency_links = ['http://svn.repoze.org/'],
+ tests_require =['repoze.who', 'pyrad>=1.1'],
install_requires=['repoze.who', 'pyrad>=1.1'],
+ # download_url = ... ??
test_suite="whoradius.tests",
entry_points = """
[paste.filter_app_factory]
More information about the Repoze-checkins
mailing list