Update PyPI URLs

This commit is contained in:
Maciek Starzyk 2018-06-02 20:21:19 +02:00 committed by Jason Rhinelander
parent 4b84bad7ef
commit 9b02856293
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/pybind11/pybind11',
download_url='https://github.com/pybind11/pybind11/tarball/v' + __version__,
url='https://github.com/pybind/pybind11',
download_url='https://github.com/pybind/pybind11/tarball/v' + __version__,
packages=['pybind11'],
license='BSD',
headers=headers,