mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
eventually fix pip error
This commit is contained in:
parent
a14bd99dbe
commit
9e26203f45
@ -7,4 +7,4 @@ recursive-include tests *
|
|||||||
recursive-include examples *
|
recursive-include examples *
|
||||||
recursive-include doc *
|
recursive-include doc *
|
||||||
recursive-include debian *
|
recursive-include debian *
|
||||||
|
recurisve-include examples/pylonstest *
|
||||||
|
|||||||
@ -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
|
|
||||||
@ -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
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
[paste.app_factory]
|
|
||||||
main = pylonstest.config.middleware:make_app
|
|
||||||
|
|
||||||
[paste.app_install]
|
|
||||||
main = pylons.util:PylonsInstaller
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
PasteScript
|
|
||||||
Pylons
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Pylons>=0.9.7
|
|
||||||
@ -1 +0,0 @@
|
|||||||
pylonstest
|
|
||||||
Loading…
x
Reference in New Issue
Block a user