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,