diff --git a/licenses/LICENSE.libsodium.txt b/licenses/LICENSE.libsodium.txt new file mode 120000 index 00000000..60fceb1b --- /dev/null +++ b/licenses/LICENSE.libsodium.txt @@ -0,0 +1 @@ +../src/libsodium/LICENSE \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index fd7bb222..92bcaa1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,8 @@ [metadata] -license_files = LICENSE +license = Apache-2.0 +license_files = + LICENSE + licenses/LICENSE.libsodium.txt [flake8] ignore = E203,E501,W503,W504