We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3793c7e commit 53e0aa0Copy full SHA for 53e0aa0
setup.py
@@ -61,8 +61,8 @@ def run(self):
61
description='Seamless operability between C++11 and Python',
62
author='Wenzel Jakob',
63
author_email='wenzel.jakob@epfl.ch',
64
- url='https://github.com/wjakob/pybind11',
65
- 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__,
66
packages=['pybind11'],
67
license='BSD',
68
headers=headers,
0 commit comments