README: minor correction
This commit is contained in:
parent
c488c15a18
commit
b3e6b284e8
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue