Skip to content

Commit 53e0aa0

Browse files
QuLogicwjakob
authored andcommitted
Update PyPI URLs.
1 parent 3793c7e commit 53e0aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def run(self):
6161
description='Seamless operability between C++11 and Python',
6262
author='Wenzel Jakob',
6363
author_email='wenzel.jakob@epfl.ch',
64-
url='https://github.com/wjakob/pybind11',
65-
download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__,
64+
url='https://github.com/pybind11/pybind11',
65+
download_url='https://github.com/pybind11/pybind11/tarball/v' + __version__,
6666
packages=['pybind11'],
6767
license='BSD',
6868
headers=headers,

0 commit comments

Comments
 (0)