Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
c0ce590f
Commit
c0ce590f
authored
Feb 22, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Plain Diff
Fix link in setup.py
parents
bf72a76d
6f6c3bc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
setup.py
+2
-1
No files found.
setup.py
View file @
c0ce590f
...
...
@@ -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