From 014f674b6dd050628a3251162c2a39b476a35c88 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 3 Jun 2008 19:50:58 +0000 Subject: [PATCH] * improved metadata * improved svn:ignore information --- setup.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 12d5225..b937187 100644 --- a/setup.py +++ b/setup.py @@ -7,20 +7,20 @@ except ImportError: setup( name='gnuviechadminweb', - version="", - #description='', - #author='', - #author_email='', - #url='', - install_requires=["Pylons>=0.9.6.2"], + version="0.1", + description='web interface for gnuviechadmin', + author='Jan Dittberner', + author_email='jan@dittberner.info', + url='http://www.gnuviech-server.de/projects/gnuviechadminweb', + install_requires=["Pylons>=0.9.6.2", "Elixir>=0.5.2"], packages=find_packages(exclude=['ez_setup']), include_package_data=True, test_suite='nose.collector', package_data={'gnuviechadminweb': ['i18n/*/LC_MESSAGES/*.mo']}, - #message_extractors = {'gnuviechadminweb': [ - # ('**.py', 'python', None), - # ('templates/**.mako', 'mako', None), - # ('public/**', 'ignore', None)]}, + message_extractors = {'gnuviechadminweb': [ + ('**.py', 'python', None), + ('templates/**.mako', 'mako', None), + ('public/**', 'ignore', None)]}, entry_points=""" [paste.app_factory] main = gnuviechadminweb.config.middleware:make_app