mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-15 12:56:16 +01:00
setup.py: Change short hand to install all extras to all
In our documentation we detail being able to install the `all` extra as a shorthand for installing all the available extra packages that WA may require however this was actually implemented as `everything`.
This commit is contained in:
2
setup.py
2
setup.py
@ -113,7 +113,7 @@ params = dict(
|
||||
)
|
||||
|
||||
all_extras = list(chain(iter(params['extras_require'].values())))
|
||||
params['extras_require']['everything'] = all_extras
|
||||
params['extras_require']['all'] = all_extras
|
||||
|
||||
|
||||
class sdist(orig_sdist):
|
||||
|
Reference in New Issue
Block a user