-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (42 loc) · 1.03 KB
/
setup.cfg
File metadata and controls
45 lines (42 loc) · 1.03 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
[metadata]
name = soops
version = attr: soops.__version__
description = Run parametric studies and scoop output files.
url = https://github.com/rc/soops
author = Robert Cimrman
author_email = cimrman3@ntc.zcu.cz
license = BSD
license_file = LICENSE.txt
long_description = file: README.rst
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Utilities
keywords =
run parametric studies
scoop output
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
pyparsing
dask
distributed
pandas
tables
matplotlib
[options.package_data]
soops =
tests/*.py
[options.entry_points]
console_scripts =
soops-run = soops.run_parametric:main
soops-scoop = soops.scoop_outputs:main
soops-info = soops.print_info:main
soops-find = soops.find_studies:main
soops-jobs = soops.show_jobs:main