forked from la-niche/nonos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (46 loc) · 1.18 KB
/
setup.cfg
File metadata and controls
52 lines (46 loc) · 1.18 KB
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
[metadata]
name = nonos
version = 0.5.4
description = A tool to analyze results from idefix/pluto simulations (for protoplanetary disks more specifically)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/volodia99/nonos
author = G. Wafflard-Fernandez & C. Robert
license = GPL-3.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
install_requires =
cblind>=2.2.2
inifix>=0.9.1<1.0.0
licplot>=1.0.5
matplotlib>=3.2.1
numpy>=1.18.5
pytomlpp>=1.0.1
rich>=10.13.0
scikit-image>=0.18.1
scipy>=1.6.1
python_requires = >=3.8
[options.entry_points]
console_scripts =
nonos = nonos.main:main
[options.extras_require]
dev =
memory-profiler
pytest>=6.1
[options.package_data]
nonos =
logo.txt
nonos.mplstyle
[flake8]
exclude = *__init__.py
ignore = E203, E501, W503, E741
[mypy]
python_version = 3.8