Files
rocm-systems/source/python/gui/setup.cfg
T

34 rindas
813 B
INI

2023-04-11 23:36:24 -05:00
[metadata]
name = rocprof-sys-causal-viewer
url = https://github.com/ROCm/rocprofiler-systems
download_url = https://github.com/ROCm/rocprofiler-systems.git
2023-04-11 23:36:24 -05:00
maintainer = AMD Research
license = MIT
description = GUI for viewing ROCm Systems Profiler causal profiles
2023-04-11 23:36:24 -05:00
keywords =
gui
causal profiling
performance
profiling
sampling
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Python :: 3
[options]
packages = rocprof_sys_causal_viewer
2023-04-11 23:36:24 -05:00
zip_safe = true
include_package_data = true
[flake8]
ignore =
E501,
W503,
max-line-length = 90