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