Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
kwant
Commits
ec006432
Commit
ec006432
authored
Dec 11, 2015
by
Christoph Groth
Browse files
Merge "modified package description" into stable, and adapt it for Python 3
parents
6353b145
8f5e866d
Pipeline
#208
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ec006432
...
@@ -468,7 +468,8 @@ def main():
...
@@ -468,7 +468,8 @@ def main():
author
=
'C. W. Groth (CEA), M. Wimmer, '
author
=
'C. W. Groth (CEA), M. Wimmer, '
'A. R. Akhmerov, X. Waintal (CEA), and others'
,
'A. R. Akhmerov, X. Waintal (CEA), and others'
,
author_email
=
'authors@kwant-project.org'
,
author_email
=
'authors@kwant-project.org'
,
description
=
"Package for numerical quantum transport calculations."
,
description
=
(
"Package for numerical quantum transport calculations "
"(Python 3 version)"
),
long_description
=
long_description
(),
long_description
=
long_description
(),
platforms
=
[
"Unix"
,
"Linux"
,
"Mac OS-X"
,
"Windows"
],
platforms
=
[
"Unix"
,
"Linux"
,
"Mac OS-X"
,
"Windows"
],
url
=
"http://kwant-project.org/"
,
url
=
"http://kwant-project.org/"
,
...
...
Write
Preview
Supports
Markdown
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