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 5ad9156
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
22 changes: 10 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
packages = find:
exclude = ['agendas', 'assets']
install_requires =
plotly == 5.15.0
pure-python-adb == 0.3.0.dev0
tabulate == 0.9.0
confuse==2.0.1
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
plotly == 5.15.0
pure-python-adb == 0.3.0.dev0
tabulate == 0.9.0
confuse==2.0.1
polars==0.17.12
pdoc==14.0.0
lisa_linux @ git+https://github.com/ARM-software/lisa.git#egg=lisa_linux
wlauto @ git+https://github.com/ARM-software/lisa.git#egg=wlauto&subdirectory=external/workload-automation
devlib @ git+https://github.com/ARM-software/lisa.git#egg=devlib&subdirectory=external/devlib

[options.package_data]
* =
*.yaml
*.yaml
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 5ad9156

Please sign in to comment.