forked from trhallam/digirock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (47 loc) · 952 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
44
45
46
47
48
49
50
51
52
53
[metadata]
name = digirock
description = Flexible tool to create custom digital rock models.
long_description = file:README.md
long_description_content_type = text/markdown
authors = Tony Hallam
author_email = trhallam@gmail.com
url = https://github.com/trhallam/digirock/
license=MIT
licence_files=LICENSE
readme = README.md
[options]
packages = find_namespace:
package_dir =
=src
python_requires = >=3.9
install_requires =
xarray
numpy
scipy
numba
addict
more_itertools
rich
pooch
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-cov
pandas
numpy
xarray
hypothesis
docs =
mkdocs
mkdocstrings
mkdocstrings-python
mkdocs-material
mkdocs-material-extensions
mkdocs-simple-plugin
mkdocs-jupyter
mkdocs-include-markdown-plugin
mkautodoc
jupyterlab
matplotlib