-
Notifications
You must be signed in to change notification settings - Fork 69
/
setup.cfg
37 lines (34 loc) · 1.17 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
[metadata]
name = striplog
version = attr: striplog.__version__
author = The Striplog Authors
author_email = hello@agilescientific.com
description = Lithology and stratigraphic logs for wells and outcrop.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/agile-geoscience/striplog
classifiers =
Intended Audience :: Science/Research
Development Status :: 4 - Beta
Natural Language :: English
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 :: Apache Software License
Operating System :: OS Independent
[options]
packages = striplog
python_requires = >=3.6
install_requires =
numpy
matplotlib
scipy
requests
[options.extras_require]
test = pytest; pytest-cov; pytest-mpl; networkx
docs = sphinx; sphinxcontrib-apidoc; furo; myst_nb; lasio; welly
dev = pytest; pytest-cov; pytest-mpl; scikit-image; sphinx; sphinxcontrib-apidoc; furo; myst_nb; networkx
[options.package_data]
striplog = striplog/striplog_logotype.png