mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
c64b8c32d2
- Read welcome-msg in UTF-8. - Add cmd-line option for `welcome-file`. - Add TCs for welcome-file option and `/` http-req. - Update docs for new option. - Failback to in-code welcome-msg if unreadable (ie standalone mode, bad file).
23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
include .gitignore
|
|
include MANIFEST.in
|
|
include README.rst
|
|
include bootstrap.py
|
|
include buildout.cfg
|
|
include gen-standalone.py
|
|
include pypi-server
|
|
include pypi-server-in.py
|
|
include pypiserver/__init__.py
|
|
include pypiserver/__main__.py
|
|
include pypiserver/_app.py
|
|
include pypiserver/welcome.html
|
|
include pypiserver/bottle.py
|
|
include pypiserver/core.py
|
|
include pypiserver/manage.py
|
|
include setup.cfg
|
|
include setup.py
|
|
include tests/test_app.py
|
|
include tests/test_core.py
|
|
include tests/test_main.py
|
|
include tests/test_manage.py
|
|
include tox.ini
|