Skip to content

Commit

Permalink
setup: Only include Lisa in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkajetanp committed Aug 10, 2023
1 parent aaebd9e commit 611dd12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ install_requires =
polars==0.17.12
pdoc==14.0.0
lisa_linux @ git+https://github.com/ARM-software/lisa.git#egg=lisa_linux
devlib @ git+https://github.com/ARM-software/lisa.git#egg=devlib&subdirectory=external/devlib
bisector @ git+https://github.com/ARM-software/lisa.git#egg=bisector&subdirectory=tools/bisector
exekall @ git+https://github.com/ARM-software/lisa.git#egg=exekall&subdirectory=tools/exekall
wlauto @ git+https://github.com/ARM-software/lisa.git#egg=wlauto&subdirectory=external/workload-automation
wlauto @ git+https://github.com/ARM-software/lisa.git#egg=wlauto&subdirectory=external/workload-automation

[options.package_data]
* =
Expand Down
1 change: 0 additions & 1 deletion wp/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -1802,4 +1802,3 @@ def print_table(df):

def trim_wa_path(path):
return "_".join(path.split("_")[1:-2])

0 comments on commit 611dd12

Please sign in to comment.