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
c0ce590f
Commit
c0ce590f
authored
Feb 22, 2016
by
Wenzel Jakob
Browse files
Fix link in setup.py
parents
bf72a76d
6f6c3bc7
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 @
c0ce590f
...
@@ -12,7 +12,7 @@ setup(
...
@@ -12,7 +12,7 @@ setup(
author
=
'Wenzel Jakob'
,
author
=
'Wenzel Jakob'
,
author_email
=
'wenzel@inf.ethz.ch'
,
author_email
=
'wenzel@inf.ethz.ch'
,
url
=
'https://github.com/wjakob/pybind11'
,
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'
],
packages
=
[
'pybind11'
],
license
=
'BSD'
,
license
=
'BSD'
,
headers
=
[
headers
=
[
...
@@ -41,6 +41,7 @@ setup(
...
@@ -41,6 +41,7 @@ setup(
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'License :: OSI Approved :: BSD License'
,
'License :: OSI Approved :: BSD License'
,
],
],
keywords
=
'C++11, Python bindings'
,
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