-
Notifications
You must be signed in to change notification settings - Fork 24
/
setup.cfg
46 lines (43 loc) · 1.19 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = kwant
author = C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov, X. Waintal (CEA), and others
author_email = [email protected]
description = Kwant: a package for quantum transport calculations
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://kwant-project.org
license = BSD-2-Clause
license_files =
LICENSE.rst
platforms =
Unix
Linux
MacOS X
Windows
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: BSD License
Topic :: Software Development
Topic :: Scientific/Engineering
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
[options]
python_requires = >=3.8
install_requires =
numpy >= 1.18.0
scipy >= 1.3.0, != 1.6.1
tinyarray >= 1.2.2
[options.extras_require]
plotting = matplotlib >= 3.2.2; plotly >= 2.7.0
continuum = sympy >= 1.5.1
qsymm = qsymm >= 1.2.6
mumps = python-mumps < 0.1
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0