-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (38 loc) · 1.23 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
[metadata]
name = TEflow
version = attr: teflow._version.__version__
url = https://github.com/JianboHIT/TEflow
author = Jianbo ZHU
description = A python3 package for thermoelectric output performance calculations
long_description = file: README.md
long_description_content_type = text/markdown
keywords = thermoelectricity, simulation
license = Apache-2.0 license
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
[options]
package_dir=
=src
packages=find:
install_requires =
numpy
scipy
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
tef = teflow.interface:do_help
tef-interp = teflow.interface:do_interp
tef-mixing = teflow.interface:do_mixing
tef-ztdev = teflow.interface:do_ztdev
tef-engout = teflow.interface:do_engout
tef-format = teflow.interface:do_format
tef-cutoff = teflow.interface:do_cutoff
tef-refine = teflow.interface:do_refine
tef-band = teflow.interface:do_band
tef-kappa = teflow.interface:do_kappa