Namenskorrektur
This commit is contained in:
parent
9eaa4a841c
commit
c0258314f4
73 changed files with 0 additions and 0 deletions
15
fotokiosk/fotokiste.egg-info/PKG-INFO
Normal file
15
fotokiosk/fotokiste.egg-info/PKG-INFO
Normal 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
|
22
fotokiosk/fotokiste.egg-info/SOURCES.txt
Normal file
22
fotokiosk/fotokiste.egg-info/SOURCES.txt
Normal 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
|
1
fotokiosk/fotokiste.egg-info/dependency_links.txt
Normal file
1
fotokiosk/fotokiste.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
3
fotokiosk/fotokiste.egg-info/entry_points.txt
Normal file
3
fotokiosk/fotokiste.egg-info/entry_points.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
[console_scripts]
|
||||
start-fotokiste = fotokiste.commands:start
|
||||
|
1
fotokiosk/fotokiste.egg-info/not-zip-safe
Normal file
1
fotokiosk/fotokiste.egg-info/not-zip-safe
Normal file
|
@ -0,0 +1 @@
|
|||
|
2
fotokiosk/fotokiste.egg-info/paster_plugins.txt
Normal file
2
fotokiosk/fotokiste.egg-info/paster_plugins.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
TurboGears
|
||||
PasteScript
|
2
fotokiosk/fotokiste.egg-info/requires.txt
Normal file
2
fotokiosk/fotokiste.egg-info/requires.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
TurboGears >= 1.0.4.4
|
||||
SQLObject>=0.8
|
2
fotokiosk/fotokiste.egg-info/sqlobject.txt
Normal file
2
fotokiosk/fotokiste.egg-info/sqlobject.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
db_module=fotokiste.model
|
||||
history_dir=$base/fotokiste/sqlobject-history
|
1
fotokiosk/fotokiste.egg-info/top_level.txt
Normal file
1
fotokiosk/fotokiste.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
fotokiste
|
Loading…
Add table
Add a link
Reference in a new issue