mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
17ecb6891c
* Added build directory and *.egg to .gitignore * Added sphinx as setup requirement in order to be able to build documentation with `pyhton setup.py build_sphinx` modified: .gitignore modified: docs/api.rst modified: setup.py
23 lines
195 B
Plaintext
23 lines
195 B
Plaintext
.coverage
|
|
MANIFEST
|
|
coverage.xml
|
|
nosetests.xml
|
|
junit-report.xml
|
|
pylint.txt
|
|
toy.py
|
|
violations.pyflakes.txt
|
|
cover/
|
|
build/
|
|
docs/_build
|
|
requests.egg-info/
|
|
*.pyc
|
|
*.swp
|
|
*.egg
|
|
env/
|
|
|
|
.workon
|
|
|
|
t.py
|
|
|
|
t2.py
|