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