forked from SeyedMohamadMoosavi/tools-cp-porousmat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (36 loc) · 803 Bytes
/
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
[metadata]
name = tools-cp-porousmat
version = 0.0.1-dev
description = A package to predict heat capacity of porous materials
long_description = file: README.md
url = https://github.com/SeyedMohamadMoosavi/tools-cp-porousmat.git
author = Seyed Mohamad Moosavi
author_email = [email protected]
licence = MIT
licence_file = LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3.9
keywords =
MOFs
Physical Properties
[options]
install_required =
requests
click
numpy
pandas
sphinx
sphinx_rtd_theme
ase
yaml
phonopy
pymatgen
matminer
packages = find:
package_dir =
= src
[options.packages.find]
where = src