forked from RemDelaporteMathurin/h-transport-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (39 loc) · 1.18 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 = h_transport_materials
author = Remi Delaporte-Mathurin
author_email = [email protected]
description = Handle H transport properties
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/RemDelaporteMathurin/h_transport_materials
license = MIT
license_file = LICENSE
classifiers =
Natural Language :: English
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
project_urls =
Source = https://github.com/RemDelaporteMathurin/h_transport_materials
Tracker = https://github.com/RemDelaporteMathurin/h_transport_materials/issues
[options]
packages = find:
python_requires= >=3.6
install_requires=
numpy >= 1.9
matplotlib >= 3.2.2
pybtex==0.24.0
crossrefapi==1.5.0
scipy >= 1.8
pint
[options.package_data]
* = *.csv, *.bib
[options.extras_require]
tests =
pytest-cov == 4.0.0