diff options
author | Shane McDonald <me@shanemcd.com> | 2022-11-17 14:18:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 14:18:15 +0100 |
commit | eedd1466433f17dc0bd1fbdc70182d94e401a9dc (patch) | |
tree | 9cf12aa3cd1341fe7eecc248adb74f4adaf0f086 /requirements/README.md | |
parent | Merge pull request #13200 from shanemcd/disable-work-signing (diff) | |
parent | move license directory out of docs (diff) | |
download | awx-eedd1466433f17dc0bd1fbdc70182d94e401a9dc.tar.xz awx-eedd1466433f17dc0bd1fbdc70182d94e401a9dc.zip |
Merge pull request #13109 from TheRealHaoLiu/move-licenses
move license directory out of docs
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/README.md b/requirements/README.md index 9714398c37..db1d897be8 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -32,14 +32,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. |