From 187c40c4efe8792ec908a60d3bf8b14b3f07ceaa Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Wed, 27 Apr 2011 13:13:44 -0700 Subject: [PATCH] no more pylons dependency --- setup.cfg | 6 ------ setup.py | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index eec681b..3c062e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,12 +2,6 @@ tag_build = dev tag_svn_revision = true -[easy_install] -find_links = http://www.pylonshq.com/download/ - -[nosetests] -with-pylons = test.ini - # Babel configuration [compile_catalog] domain = linkdrop diff --git a/setup.py b/setup.py index 4f98d6e..645db16 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( author_email='linkdrop@googlegroups.com', url='http://f1.mozillamessaging.com/', install_requires=[ - "Pylons>=1.0", + "services", "docutils", "nose", "coverage", @@ -60,7 +60,7 @@ setup( ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}), ('public/**', 'ignore', None)]}, zip_safe=False, - paster_plugins=['PasteScript', 'Pylons'], + paster_plugins=['PasteScript'], entry_points=""" [paste.app_factory] main = linkdrop.wsgiapp:make_app