1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

Minor doc changes.

This commit is contained in:
Kostis Anagnostopoulos 2015-12-21 11:49:14 +01:00
parent 5c1be3928a
commit d02123dbf1
2 changed files with 3 additions and 2 deletions

@ -6,12 +6,12 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|pypi-ver| |travis-status| |dependencies| |downloads-count| |python-ver| \ |pypi-ver| |travis-status| |dependencies| |downloads-count| |python-ver| \
|proj-license| |proj-license|
:Maintainer: Kostis Anagnostopoulos <ankostis@gmail.com>
:Version: 1.1.9-dev.4 :Version: 1.1.9-dev.4
:Date: 2015-03-8 :Date: 2015-03-8
:Source: https://github.com/pypiserver/pypiserver :Source: https://github.com/pypiserver/pypiserver
:PyPI: https://pypi.python.org/pypi/pypiserver :PyPI: https://pypi.python.org/pypi/pypiserver
:Travis: https://travis-ci.org/pypiserver/pypiserver :Travis: https://travis-ci.org/pypiserver/pypiserver
:Maintainer: Kostis Anagnostopoulos <ankostis@gmail.com>
:License: zlib/libpng + MIT :License: zlib/libpng + MIT
.. contents:: Table of Contents .. contents:: Table of Contents
@ -489,7 +489,7 @@ The following limitations are known:
- It doesn't implement the XMLRPC json API interface: pip search - It doesn't implement the XMLRPC json API interface: pip search
will not work. will not work.
- Command ``pypi -U`` that compaes uploaded packages with *pypi* to see if - Command ``pypi -U`` that compares uploaded packages with *pypi* to see if
they are outdated does not respect a http-proxy environment variable they are outdated does not respect a http-proxy environment variable
(see https://github.com/pypiserver/pypiserver/issues/19). (see https://github.com/pypiserver/pypiserver/issues/19).
- It accepts documentation uploads but does not save them to - It accepts documentation uploads but does not save them to

@ -116,6 +116,7 @@ def app(**kwds):
""" """
:param dict kwds: :param dict kwds:
Any overrides for defaults, as fetched by :func:`default_config()`. Any overrides for defaults, as fetched by :func:`default_config()`.
Check the docstring of this function for supported kwds.
""" """
from . import core, _app from . import core, _app