From 5e7591c66b389d4157f5da1a487af375e2150caf Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 14 Dec 2017 02:45:04 -0500 Subject: [PATCH] Update PyPI URLs. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b76120573..5b03bb2ce 100644 --- a/setup.py +++ b/setup.py @@ -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,