Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
no more pylons dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Apr 27, 2011
1 parent f2f072a commit 187c40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions setup.cfg
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -38,7 +38,7 @@
author_email='linkdrop@googlegroups.com',
url='http://f1.mozillamessaging.com/',
install_requires=[
"Pylons>=1.0",
"services",
"docutils",
"nose",
"coverage",
Expand All @@ -60,7 +60,7 @@
('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
Expand Down

0 comments on commit 187c40c

Please sign in to comment.