Skip to content

Commit

Permalink
Update AUTHORS in a new file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Sep 15, 2015
1 parent ea4cfe1 commit b651d36
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
14 changes: 14 additions & 0 deletions AUTHORS.rst
@@ -0,0 +1,14 @@
#######
AUTHORS
#######
(in chronological order)

- Ralf Schmitt <ralf@systemexit.de>,
- Kostis Anagnostopoulos <ankostis@gmail.com>
- run ``git log --format='%aN' | sort -u`` to see all contributors, or::

git log --format='%aN <%aE>' |
awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' |
sort -rn | cut -d\ -f2-

to sort them by the numbers of commits.
7 changes: 3 additions & 4 deletions README.rst
Expand Up @@ -6,13 +6,12 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|pypi-ver| |travis-status| |dependencies| |downloads-count| |python-ver| \
|proj-license|

:Authors: Ralf Schmitt <ralf@systemexit.de>,
Kostis Anagnostopoulos <ankostis@gmail.com>
:Maintainer:Kostis Anagnostopoulos <ankostis@gmail.com>
:Version: 1.1.8
:Date: 2015-03-8
:Source: https://github.com/pypiserver/pypiserver
:PyPI repo: https://pypi.python.org/pypi/pypiserver#downloads
:TravisCI: https://travis-ci.org/pypiserver/pypiserver
:PyPI: https://pypi.python.org/pypi/pypiserver#downloads
:Travis: https://travis-ci.org/pypiserver/pypiserver
:License: zlib/libpng + MIT

.. contents:: Table of Contents
Expand Down

0 comments on commit b651d36

Please sign in to comment.