mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
fixed tarball link in setup.py, added py 3.6
This commit is contained in:
parent
8ed2808239
commit
6f6c3bc7fc
3
setup.py
3
setup.py
@ -12,7 +12,7 @@ setup(
|
||||
author='Wenzel Jakob',
|
||||
author_email='wenzel@inf.ethz.ch',
|
||||
url='https://github.com/wjakob/pybind11',
|
||||
download_url='https://github.com/wjakob/pybind11/tarball/v1.0',
|
||||
download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__,
|
||||
packages=['pybind11'],
|
||||
license='BSD',
|
||||
headers=[
|
||||
@ -41,6 +41,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
],
|
||||
keywords='C++11, Python bindings',
|
||||
|
Loading…
Reference in New Issue
Block a user