Commit 9b028562 by Maciek Starzyk Committed by Jason Rhinelander

Update PyPI URLs

parent 4b84bad7
...@@ -61,8 +61,8 @@ setup( ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment