diff --git a/README.rst b/README.rst index 1b774a4..1fd7863 100644 --- a/README.rst +++ b/README.rst @@ -6,12 +6,12 @@ pypiserver - minimal PyPI server for use with pip/easy_install |pypi-ver| |travis-status| |dependencies| |downloads-count| |python-ver| \ |proj-license| -:Maintainer: Kostis Anagnostopoulos :Version: 1.1.9-dev.4 :Date: 2015-03-8 :Source: https://github.com/pypiserver/pypiserver :PyPI: https://pypi.python.org/pypi/pypiserver :Travis: https://travis-ci.org/pypiserver/pypiserver +:Maintainer: Kostis Anagnostopoulos :License: zlib/libpng + MIT .. contents:: Table of Contents @@ -489,7 +489,7 @@ The following limitations are known: - It doesn't implement the XMLRPC json API interface: pip search 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 (see https://github.com/pypiserver/pypiserver/issues/19). - It accepts documentation uploads but does not save them to diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index f1b443c..2c6bbd8 100644 --- a/pypiserver/__init__.py +++ b/pypiserver/__init__.py @@ -116,6 +116,7 @@ def app(**kwds): """ :param dict kwds: Any overrides for defaults, as fetched by :func:`default_config()`. + Check the docstring of this function for supported kwds. """ from . import core, _app