mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
move license directory out of docs
Signed-off-by: Hao Liu <haoli@redhat.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user