-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
71 lines (61 loc) · 1.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[metadata]
author = Ashwin Vishnu Mohanan
author_email = [email protected]
url = https://github.com/snek5000/snek5000-phill
name = snek5000-phill
description = Nek5000 phill example executed via snek5000
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
license_file = LICENSE
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
[options]
package_dir=
=src
packages=find:
install_requires =
snek5000 >= 0.9.0rc3
setup_requires =
setuptools_scm
[options.entry_points]
snek5000.solvers =
phill = phill.solver
[options.extras_require]
docs =
sphinx
recommonmark
sphinx_rtd_theme
breathe
setuptools_scm
tests =
pytest
ipython
hpc =
%(tests)s
click
dev =
%(docs)s
%(hpc)s
colorlog
pdbpp
rope
python-language-server
fortran-language-server
pre-commit
twine
build
readme-renderer[md]
[options.packages.find]
where=src
[options.package_data]
phill = toolbox/*, *.usr, *.par, *.box, SIZE, Snakefile, etc/*.yml
[flake8]
ignore = E501,W503,W505
max-line-lenght = 82
[isort]
known_first_party = fluiddyn, fluidsim, snek5000, phill
multi_line_output = 3