mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove useless files and ignore them
This commit is contained in:
parent
045b3127cc
commit
f1cb61564e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
*.gem
|
||||
*.swp
|
||||
*.pyc
|
||||
Couchapp.egg-info
|
||||
build
|
||||
dist
|
||||
setuptools-*
|
||||
@ -10,4 +9,4 @@ setuptools-*
|
||||
*.so
|
||||
distribute-0.6.8-py2.6.egg
|
||||
distribute-0.6.8.tar.gz
|
||||
|
||||
gunicorn.egg-info
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gunicorn
|
||||
Version: 0.1
|
||||
Summary: WSGI HTTP Server for UNIX
|
||||
Home-page: http://github.com/benoitc/gunicorn
|
||||
Author: Benoit Chesneau
|
||||
Author-email: benoitc@e-engura.com
|
||||
License: Apache License 2
|
||||
Description: gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and nothing else.
|
||||
This is a port of Unicorn (http://unicorn.bogomips.org/) in Python.
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Environment :: Other Environment
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Internet,Topic :: Utilities
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
@ -1,18 +0,0 @@
|
||||
LICENSE
|
||||
MANIFEST.in
|
||||
README.md
|
||||
README.txt
|
||||
setup.py
|
||||
bin/gunicorn
|
||||
gunicorn/__init__.py
|
||||
gunicorn/arbiter.py
|
||||
gunicorn/util.py
|
||||
gunicorn/worker.py
|
||||
gunicorn.egg-info/PKG-INFO
|
||||
gunicorn.egg-info/SOURCES.txt
|
||||
gunicorn.egg-info/dependency_links.txt
|
||||
gunicorn.egg-info/top_level.txt
|
||||
gunicorn/http/__init__.py
|
||||
gunicorn/http/iostream.py
|
||||
gunicorn/http/request.py
|
||||
gunicorn/http/response.py
|
||||
@ -1 +0,0 @@
|
||||
|
||||
@ -1 +0,0 @@
|
||||
gunicorn
|
||||
Loading…
x
Reference in New Issue
Block a user