Fix bootstrap-vz URL in setup.py

This commit is contained in:
Anders Ingemann 2015-05-03 07:44:13 +02:00
parent c8470790b8
commit 29e0cffca7

View file

@ -36,5 +36,5 @@ Its aim is to provide a reproducable bootstrapping process using manifests
as well as supporting a high degree of customizability through plugins.''', as well as supporting a high degree of customizability through plugins.''',
author='Anders Ingemann', author='Anders Ingemann',
author_email='anders@ingemann.de', author_email='anders@ingemann.de',
url='http://www.python.org/sigs/distutils-sig/', url='http://www.github.com/andsens/bootstrap-vz',
) )