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
9b028562
"vscode:/vscode.git/clone" did not exist on "e0e2ea33788e29ff5efca5842e92c6b179ca9378"
Commit
9b028562
authored
Jun 02, 2018
by
Maciek Starzyk
Committed by
Jason Rhinelander
Jun 21, 2018
Browse files
Update PyPI URLs
parent
4b84bad7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
9b028562
...
@@ -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/pybind
11
/pybind11'
,
url
=
'https://github.com/pybind/pybind11'
,
download_url
=
'https://github.com/pybind
11
/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
,
...
...
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