-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
61 lines (51 loc) · 1012 Bytes
/
setup.cfg
File metadata and controls
61 lines (51 loc) · 1012 Bytes
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 = relview
long_description = A viewer for USD relationships
url = https://gitlab.com/wdas/relationship-viewer
platform = any
[upload_sphinx]
upload-dir = docs/_build/html
[build_sphinx]
all_files = 1
build-dir = docs/_build
source-dir = docs/
[options]
packages =
relview
relview.common
relview.data
relview.gui
relview.icons
include_package_data = true
install_requires =
importlib_metadata; python_version<"3.8"
Qt.py >= 1.1.0
zip_safe = false
[options.extras_require]
testing =
# upstream
pytest >= 3.5, !=3.7.3
pytest-checkdocs >= 1.2.3
pytest-cov
pytest-enabler >= 1.0.1
# local
docs =
# upstream
furo
sphinx
rst.linker >= 1.9
# Developer tools.
dev =
cercis
pylint >= 2.14.0
# Build and packaging tools.
build =
build
twine
wheel
[options.data_files]
share/usd/plugins/relview/resources =
share/usd/plugins/relview/resources/plugInfo.json
[options.package_data]
relview =
icons/*.svg