mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
Update PyPI URLs
This commit is contained in:
parent
0dd69e2ad1
commit
526b708f9d
4
setup.py
4
setup.py
@ -61,8 +61,8 @@ setup(
|
|||||||
description='Seamless operability between C++11 and Python',
|
description='Seamless operability between C++11 and Python',
|
||||||
author='Wenzel Jakob',
|
author='Wenzel Jakob',
|
||||||
author_email='wenzel.jakob@epfl.ch',
|
author_email='wenzel.jakob@epfl.ch',
|
||||||
url='https://github.com/pybind11/pybind11',
|
url='https://github.com/pybind/pybind11',
|
||||||
download_url='https://github.com/pybind11/pybind11/tarball/v' + __version__,
|
download_url='https://github.com/pybind/pybind11/tarball/v' + __version__,
|
||||||
packages=['pybind11'],
|
packages=['pybind11'],
|
||||||
license='BSD',
|
license='BSD',
|
||||||
headers=headers,
|
headers=headers,
|
||||||
|
Loading…
Reference in New Issue
Block a user