* improved metadata
* improved svn:ignore information
This commit is contained in:
parent
79e3237986
commit
014f674b6d
1 changed files with 10 additions and 10 deletions
20
setup.py
20
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
|
||||
|
|
Loading…
Reference in a new issue