forked from dguest/pandamonium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
61 lines (56 loc) · 1.73 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
[metadata]
name = pandamonium
version = 0.3.0
description = Command line library to parse the Panda web API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dguest/pandamonium
author = Dan Guest, Matthew Feickert
author_email = [email protected], [email protected]
license = BSD 3-Clause
license_file = LICENSE
keywords = hep utilities physics panda
project_urls =
Documentation = https://dguest.github.io/pandamonium/
Source = https://github.com/dguest/pandamonium
Tracker = https://github.com/dguest/pandamonium/issues
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: BSD License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[bdist_wheel]
universal = 1
[options]
setup_requires =
setuptools_scm>=1.15.0
setuptools_scm_git_archive>=1.0
package_dir =
= src
packages = find:
include_package_data = True
python_requires = >=2.7
install_requires =
panda-client>=1.4.82
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
pandamonium = pandamonium.cli:cli
pandamon = pandamonium.pandamon:main
panda-kill-taskid = pandamonium.panda_kill_taskid:main
panda-resub-taskid = pandamonium.panda_resub_taskid:main
panda-shortname = pandamonium.panda_shortname:main
[build_sphinx]
project = pandamonium
source-dir = docs
build-dir = docs/_build
all-files = 1
warning-is-error = 1