From 526b708f9d8af01bfd1c0e3df90ef93f3010f12c Mon Sep 17 00:00:00 2001 From: Maciek Starzyk Date: Sat, 2 Jun 2018 20:21:19 +0200 Subject: [PATCH] Update PyPI URLs --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5b03bb2ce..f677f2af4 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/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,