1
0
Fork 0

* improved metadata

* improved svn:ignore information
This commit is contained in:
Jan Dittberner 2008-06-03 19:50:58 +00:00
parent 79e3237986
commit 014f674b6d
1 changed files with 10 additions and 10 deletions

View File

@ -7,20 +7,20 @@ except ImportError:
setup( setup(
name='gnuviechadminweb', name='gnuviechadminweb',
version="", version="0.1",
#description='', description='web interface for gnuviechadmin',
#author='', author='Jan Dittberner',
#author_email='', author_email='jan@dittberner.info',
#url='', url='http://www.gnuviech-server.de/projects/gnuviechadminweb',
install_requires=["Pylons>=0.9.6.2"], install_requires=["Pylons>=0.9.6.2", "Elixir>=0.5.2"],
packages=find_packages(exclude=['ez_setup']), packages=find_packages(exclude=['ez_setup']),
include_package_data=True, include_package_data=True,
test_suite='nose.collector', test_suite='nose.collector',
package_data={'gnuviechadminweb': ['i18n/*/LC_MESSAGES/*.mo']}, package_data={'gnuviechadminweb': ['i18n/*/LC_MESSAGES/*.mo']},
#message_extractors = {'gnuviechadminweb': [ message_extractors = {'gnuviechadminweb': [
# ('**.py', 'python', None), ('**.py', 'python', None),
# ('templates/**.mako', 'mako', None), ('templates/**.mako', 'mako', None),
# ('public/**', 'ignore', None)]}, ('public/**', 'ignore', None)]},
entry_points=""" entry_points="""
[paste.app_factory] [paste.app_factory]
main = gnuviechadminweb.config.middleware:make_app main = gnuviechadminweb.config.middleware:make_app