[Mpuls-commits] r1259 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 5 09:07:21 CET 2010
Author: torsten
Date: 2010-02-05 09:07:20 +0100 (Fri, 05 Feb 2010)
New Revision: 1259
Modified:
wasko/branches/2.0/setup.py
Log:
Added some infos to the setup file. Adopted name of the project.
Modified: wasko/branches/2.0/setup.py
===================================================================
--- wasko/branches/2.0/setup.py 2010-02-04 17:13:58 UTC (rev 1258)
+++ wasko/branches/2.0/setup.py 2010-02-05 08:07:20 UTC (rev 1259)
@@ -29,24 +29,25 @@
from setuptools import setup, find_packages
setup(
- name='waskaweb',
- version="",
- #description='',
- #author='',
- #author_email='',
- #url='',
- install_requires=["Pylons>=0.9.6", "pyOpenSSL"],
+ name='mpulsweb',
+ version="0.1",
+ description='mpuls ist ein Web-Applikations-Rahmen zur Verwaltung \
+ von elektronischen Fallakten (Schwerpunkt Sozialinformatik)',
+ author='Intevation GmbH',
+ author_email='info at intevation.de',
+ url='http://wald.intevation.org/projects/mpuls/',
+ install_requires=["Pylons>=0.9.7", "pyOpenSSL"],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',
- package_data={'waskaweb': ['i18n/*/LC_MESSAGES/*.mo']},
- message_extractors = {'waskaweb': [
+ package_data={'mpulsweb': ['i18n/*/LC_MESSAGES/*.mo']},
+ message_extractors = {'mpulsweb': [
('**.py', 'python', None),
('templates/**.mako', 'mako', None),
('public/**', 'ignore', None)]},
entry_points="""
[paste.app_factory]
- main = waskaweb.config.middleware:make_app
+ main = mpulsweb.config.middleware:make_app
[paste.app_install]
main = pylons.util:PylonsInstaller
More information about the Mpuls-commits
mailing list