diff --git a/MANIFEST.in b/MANIFEST.in index dcb794f4..eb07b859 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,4 +7,4 @@ recursive-include tests * recursive-include examples * recursive-include doc * recursive-include debian * - +recurisve-include examples/pylonstest * diff --git a/examples/pylonstest/pylonstest.egg-info/PKG-INFO b/examples/pylonstest/pylonstest.egg-info/PKG-INFO deleted file mode 100644 index 6fb20522..00000000 --- a/examples/pylonstest/pylonstest.egg-info/PKG-INFO +++ /dev/null @@ -1,10 +0,0 @@ -Metadata-Version: 1.0 -Name: pylonstest -Version: 0.1dev -Summary: UNKNOWN -Home-page: UNKNOWN -Author: UNKNOWN -Author-email: UNKNOWN -License: UNKNOWN -Description: UNKNOWN -Platform: UNKNOWN diff --git a/examples/pylonstest/pylonstest.egg-info/SOURCES.txt b/examples/pylonstest/pylonstest.egg-info/SOURCES.txt deleted file mode 100644 index 31d42847..00000000 --- a/examples/pylonstest/pylonstest.egg-info/SOURCES.txt +++ /dev/null @@ -1,35 +0,0 @@ -MANIFEST.in -README.txt -setup.cfg -setup.py -pylonstest/__init__.py -pylonstest/websetup.py -pylonstest.egg-info/PKG-INFO -pylonstest.egg-info/SOURCES.txt -pylonstest.egg-info/dependency_links.txt -pylonstest.egg-info/entry_points.txt -pylonstest.egg-info/not-zip-safe -pylonstest.egg-info/paster_plugins.txt -pylonstest.egg-info/requires.txt -pylonstest.egg-info/top_level.txt -pylonstest/config/__init__.py -pylonstest/config/deployment.ini_tmpl -pylonstest/config/environment.py -pylonstest/config/middleware.py -pylonstest/config/routing.py -pylonstest/controllers/__init__.py -pylonstest/controllers/error.py -pylonstest/controllers/hello.py -pylonstest/lib/__init__.py -pylonstest/lib/app_globals.py -pylonstest/lib/base.py -pylonstest/lib/helpers.py -pylonstest/model/__init__.py -pylonstest/public/bg.png -pylonstest/public/favicon.ico -pylonstest/public/index.html -pylonstest/public/pylons-logo.gif -pylonstest/tests/__init__.py -pylonstest/tests/test_models.py -pylonstest/tests/functional/__init__.py -pylonstest/tests/functional/test_hello.py \ No newline at end of file diff --git a/examples/pylonstest/pylonstest.egg-info/dependency_links.txt b/examples/pylonstest/pylonstest.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891..00000000 --- a/examples/pylonstest/pylonstest.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/examples/pylonstest/pylonstest.egg-info/entry_points.txt b/examples/pylonstest/pylonstest.egg-info/entry_points.txt deleted file mode 100644 index 5bd0c880..00000000 --- a/examples/pylonstest/pylonstest.egg-info/entry_points.txt +++ /dev/null @@ -1,7 +0,0 @@ - - [paste.app_factory] - main = pylonstest.config.middleware:make_app - - [paste.app_install] - main = pylons.util:PylonsInstaller - \ No newline at end of file diff --git a/examples/pylonstest/pylonstest.egg-info/not-zip-safe b/examples/pylonstest/pylonstest.egg-info/not-zip-safe deleted file mode 100644 index 8b137891..00000000 --- a/examples/pylonstest/pylonstest.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/examples/pylonstest/pylonstest.egg-info/paster_plugins.txt b/examples/pylonstest/pylonstest.egg-info/paster_plugins.txt deleted file mode 100644 index c24c7fea..00000000 --- a/examples/pylonstest/pylonstest.egg-info/paster_plugins.txt +++ /dev/null @@ -1,2 +0,0 @@ -PasteScript -Pylons diff --git a/examples/pylonstest/pylonstest.egg-info/requires.txt b/examples/pylonstest/pylonstest.egg-info/requires.txt deleted file mode 100644 index a6822b73..00000000 --- a/examples/pylonstest/pylonstest.egg-info/requires.txt +++ /dev/null @@ -1 +0,0 @@ -Pylons>=0.9.7 \ No newline at end of file diff --git a/examples/pylonstest/pylonstest.egg-info/top_level.txt b/examples/pylonstest/pylonstest.egg-info/top_level.txt deleted file mode 100644 index 920df35d..00000000 --- a/examples/pylonstest/pylonstest.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pylonstest