-
Notifications
You must be signed in to change notification settings - Fork 132
/
setup.cfg
39 lines (37 loc) · 1.09 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
[metadata]
name = welly
version = attr: welly.__version__
author = The Welly Authors
author_email = hello@agilescientific.com
description = Tools for making and managing well data.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/agilescientific/welly
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 = welly
python_requires = >=3.6
install_requires =
numpy
scipy
pandas
matplotlib
lasio
striplog
tqdm
wellpathpy
requests
[options.extras_require]
docs = sphinx; sphinxcontrib-apidoc; myst_nb; furo
test = pytest; pytest-cov; pytest-mpl
dev = build; pytest; pytest-cov; pytest-mpl; sphinx; sphinxcontrib-apidoc; myst_nb; furo