-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
54 lines (51 loc) · 1.2 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
[metadata]
name = phasemap
author = Dominik Gresch
author_email = [email protected]
version = attr: phasemap.__version__
url = https://phasemap.greschd.ch
description = An algorithm for calculating phase diagrams.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
phase
map
diagram
scaling
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
Development Status :: 5 - Production/Stable
[options]
python_requires = >=3.6
install_requires =
numpy
matplotlib
decorator
fsc.export
fsc.iohelper>=1.0.3
fsc.async-tools
packages = find:
[options.extras_require]
dev =
black==20.8b1
pre-commit==2.7.1
pylint==2.6.0
isort==5.5.1
mypy==0.782
pytest>=4.6
pytest-cov
msgpack
sphinx
sphinx-rtd-theme
ipython>=7.10
[options.package_data]
phasemap = py.typed