Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tkwant
Commits
ca62b783
Commit
ca62b783
authored
Aug 26, 2020
by
Kloss
Browse files
update setup.py for release
parent
c65e6dc2
Pipeline
#42275
passed with stages
in 21 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ca62b783
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2016 tkwant authors.
# Copyright 2016
-2020
tkwant authors.
#
# This file is part of tkwant. It is subject to the license terms in the file
# LICENSE.rst found in the top-level directory of this distribution and at
...
...
@@ -478,7 +478,7 @@ setup_requirements = (
)
classifiers
=
"""
\
Development Status ::
4
-
Beta
Development Status ::
5
-
Production/Stable
Intended Audience :: Science/Research
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
...
...
@@ -494,7 +494,8 @@ def main():
author_email
=
'tkwant-authors@kwant-project.org'
,
description
=
'Package for time-dependent quantum transport simulations'
,
long_description
=
long_description
(),
platforms
=
[
'Unix'
,
'Linux'
],
platforms
=
[
'Unix'
,
'Linux'
,
'Mac OS-X'
,
'Windows'
],
url
=
"https://tkwant.kwant-project.org/"
,
license
=
'BSD'
,
packages
=
find_packages
(
'.'
),
cmdclass
=
{
'build'
:
tkwant_build
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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