Files
rocm-systems/projects/rocprofiler-systems/source/python/gui/MANIFEST.in
T
David Galiffi 489eda995d Rename Omnitrace to ROCm Systems Profiler (#4)
The Omnitrace program is being renamed. 

Full name: "ROCm Systems Profiler"
Package name: "rocprofiler-systems"
Binary / Library names: "rocprof-sys-*"

---------
Co-authored-by: Xuan Chen <xuchen@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-systems commit: d07bf508a9]
2024-10-15 11:20:40 -04:00

22 line
331 B
Plaintext

# direct include
include README.md
include requirements.txt
# recursive includes
recursive-include source *
# global exclude
global-exclude *.pyc
global-exclude *.git*
global-exclude *__pycache__*
# recursive excludes
recursive-exclude rocprofsys_causal_viewer.egg-info *
recursive-exclude build *
recursive-exclude dist *