README: minor correction

This commit is contained in:
Mike Kazantsev 2013-01-19 10:44:25 +06:00 committed by fraggod@sacrilege
parent c488c15a18
commit b3e6b284e8
2 changed files with 2 additions and 2 deletions

View file

@ -48,6 +48,6 @@ or [virtualenv](http://pypi.python.org/pypi/virtualenv) to do unprivileged
installs into custom paths.
Alternatively, `./yapps2` can be run right from the checkout tree, without any
installation, just run "python setup.py build" beforehand.
installation.
No extra package dependencies.

View file

@ -11,7 +11,7 @@ except IOError: readme = ''
setup(
name = 'yapps',
version = '13.01.6',
version = '13.01.7',
author = 'Amit J. Patel, Matthias Urlichs',
author_email = 'amitp@cs.stanford.edu, smurf@debian.org',
maintainer = 'Mike Kazantsev',