We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b84bad commit 9b02856Copy full SHA for 9b02856
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/pybind11/pybind11',
65
- 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__,
66
packages=['pybind11'],
67
license='BSD',
68
headers=headers,
0 commit comments