docs: Add mplanchard into maintainers.

- ci: check standalone before anything else.
This commit is contained in:
Kostis Anagnostopoulos 2016-06-28 13:13:32 +02:00
parent 18e5a8dbcb
commit 62f60ccef7
3 changed files with 7 additions and 5 deletions

View File

@ -9,9 +9,8 @@ env:
- TOX_ENV=pypy
script:
- python -m pip install setuptools pip sphinx -U
- ./bin/test_standalone.sh
- pip install tox
- python -m pip install setuptools pip sphinx tox -U
- tox -e $TOX_ENV
- ./bin/check_readme.sh

View File

@ -15,13 +15,15 @@ pypiserver - minimal PyPI server for use with pip/easy_install
:Source: https://github.com/pypiserver/pypiserver
:PyPI: https://pypi.python.org/pypi/pypiserver
:Travis: https://travis-ci.org/pypiserver/pypiserver
:Maintainer: Kostis Anagnostopoulos <ankostis@gmail.com>
:Maintainers: Kostis Anagnostopoulos <ankostis@gmail.com>,
Matthew Planchard <mplanchard@gmail.com>
:License: zlib/libpng + MIT
*pypiserver* is a minimal PyPI_ compatible server for *pip* or *easy_install*.
It is based on bottle_ and serves packages from regular directories.
Wheels, bdists, eggs and accompanying PGP-signatures can be uploaded
either with *pip*, *setuptools*, *twine* or simply copied with *scp*.
either with *pip*, *setuptools*, `twine`_, `pypi-uploader`_, or simply copied
with *scp*.
.. contents:: Table of Contents

View File

@ -43,7 +43,8 @@ setup(name="pypiserver",
},
tests_require=tests_require,
url="https://github.com/pypiserver/pypiserver",
maintainer="Kostis Anagnostopoulos",
maintainer=("Kostis Anagnostopoulos <ankostis@gmail.com>"
"Matthew Planchard <mplanchard@gmail.com>"),
maintainer_email="ankostis@gmail.com",
classifiers=[
"Development Status :: 5 - Production/Stable",