Commit 5e7591c6 by Elliott Sales de Andrade Committed by Jason Rhinelander

Update PyPI URLs.

parent 3be401f2
...@@ -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/wjakob/pybind11', url='https://github.com/pybind11/pybind11',
download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__, download_url='https://github.com/pybind11/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