move license directory out of docs

Signed-off-by: Hao Liu <haoli@redhat.com>
This commit is contained in:
Hao Liu
2022-10-25 14:18:59 -04:00
parent 83c48bb5fa
commit 0db75fdbfd
327 changed files with 7 additions and 7 deletions

View File

@@ -35,14 +35,14 @@ You can upgrade (`pip-compile --upgrade`) the dependencies by running
## Licenses and Source Files
If any library has a change to its license with the upgrade, then the license for that library
inside of `docs/licenses` needs to be updated.
inside of `licenses` needs to be updated.
For libraries that have source distribution requirements (LGPL as an example),
a tarball of the library is kept along with the license.
To download the PyPI tarball, you can run this command:
```
pip download <pypi library name> -d docs/licenses/ --no-binary :all: --no-deps
pip download <pypi library name> -d licenses/ --no-binary :all: --no-deps
```
Make sure to delete the old tarball if it is an upgrade.