Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
6f6c3bc7
Commit
6f6c3bc7
authored
Feb 07, 2016
by
Wenzel Jakob
Browse files
fixed tarball link in setup.py, added py 3.6
parent
8ed28082
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
6f6c3bc7
...
...
@@ -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/v
1.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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment