Explicit license version in setup.py

This commit is contained in:
Nex 2022-05-08 14:26:43 +02:00
parent ff41efba72
commit 7a00e88f1f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ setup(
package_data=get_package_data("mvt"),
include_package_data=True,
keywords="security mobile forensics malware",
license="MVT",
license="MVT v1.1",
classifiers=[
],
)