Update PyPI URLs.

This commit is contained in:
Elliott Sales de Andrade 2017-12-14 02:45:04 -05:00 committed by Jason Rhinelander
parent 3be401f2a2
commit 5e7591c66b
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ setup(
description='Seamless operability between C++11 and Python',
author='Wenzel Jakob',
author_email='wenzel.jakob@epfl.ch',
url='https://github.com/wjakob/pybind11',
download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__,
url='https://github.com/pybind11/pybind11',
download_url='https://github.com/pybind11/pybind11/tarball/v' + __version__,
packages=['pybind11'],
license='BSD',
headers=headers,