forked from Z2PackDev/TBmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
75 lines (70 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = tbmodels
author = Dominik Gresch
author_email = [email protected]
version = attr: tbmodels.__version__
url = https://tbmodels.greschd.ch
description = A tool for reading, creating and modifying tight-binding models.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
tight-binding
condensed matter
solid-state
physics
materials science
license = Apache 2.0
classifiers =
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: Unix
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
[options]
python_requires = >=3.7
setup_requires =
fastentrypoints
install_requires =
numpy
scipy>=0.15
h5py>=3.2.0
fsc.export
symmetry-representation>=0.2
click>=7.0, !=7.1.0
bands-inspect
fsc.hdf5-io>=1.0.1
packages = find:
[options.extras_require]
kwant =
kwant
dev =
kwant
pytest~=6.0
pytest-cov
pythtb
sphinx
sphinx-rtd-theme
ipython>=7.10
sphinx-click
black==20.8b1
pre-commit
pylint==2.6.0
isort==5.5.1
mypy==0.812
ruamel.yaml
typing-extensions
[options.entry_points]
console_scripts =
tbmodels = tbmodels._cli:cli
fsc.hdf5_io.load =
tbmodels = tbmodels
[options.package_data]
tbmodels = py.typed
[options.packages.find]
include =
tbmodels
tbmodels.*