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(
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