Namenskorrektur

This commit is contained in:
lars 2008-08-23 12:31:08 +00:00
parent 9eaa4a841c
commit c0258314f4
73 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Metadata-Version: 1.0
Name: fotokiste
Version: 1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears

View file

@ -0,0 +1,22 @@
README.txt
setup.py
fotokiste/__init__.py
fotokiste/commands.py
fotokiste/controllers.py
fotokiste/json.py
fotokiste/model.py
fotokiste/release.py
fotokiste.egg-info/PKG-INFO
fotokiste.egg-info/SOURCES.txt
fotokiste.egg-info/dependency_links.txt
fotokiste.egg-info/entry_points.txt
fotokiste.egg-info/not-zip-safe
fotokiste.egg-info/paster_plugins.txt
fotokiste.egg-info/requires.txt
fotokiste.egg-info/sqlobject.txt
fotokiste.egg-info/top_level.txt
fotokiste/config/__init__.py
fotokiste/templates/__init__.py
fotokiste/tests/__init__.py
fotokiste/tests/test_controllers.py
fotokiste/tests/test_model.py

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,3 @@
[console_scripts]
start-fotokiste = fotokiste.commands:start

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,2 @@
TurboGears
PasteScript

View file

@ -0,0 +1,2 @@
TurboGears >= 1.0.4.4
SQLObject>=0.8

View file

@ -0,0 +1,2 @@
db_module=fotokiste.model
history_dir=$base/fotokiste/sqlobject-history

View file

@ -0,0 +1 @@
fotokiste