documentation uploads are not saved to disk

see #47
This commit is contained in:
Ralf Schmitt 2014-03-05 22:53:09 +01:00
parent 0f601fcd4b
commit 557862a7e6
1 changed files with 3 additions and 0 deletions

View File

@ -373,6 +373,9 @@ The following limitations are known:
- pypiserver doesn't implement the XMLRPC interface: pip search
will not work.
- pypiserver doesn't implement the json based '/pypi' interface.
- pypiserver accepts documentation uploads but does not save them to
disk (see https://github.com/schmir/pypiserver/issues/47 for a
discussion)
Please use github's bugtracker
https://github.com/schmir/pypiserver/issues if you find any other