Starting to move declarative information to setup.cfg

This commit is contained in:
Nex
2022-05-08 14:45:14 +02:00
parent 7a00e88f1f
commit f61729deed
5 changed files with 38 additions and 28 deletions
+18
View File
@@ -0,0 +1,18 @@
[metadata]
name = mvt
author = Claudio Guarnieri
author_email = nex@nex.sx
description = Mobile Verification Toolkit
url = https://github.com/mvt-project/mvt
keywords = security, mobile, forensics, malware
license = MVT v1.1
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Information Technology
Operating System :: OS Independent
Programming Language :: Python
[options.entry_points]
console_scripts =
mvt-ios = mvt.ios:cli
mvt-android = mvt.android:cli