mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-18 18:37:25 +02:00
Starting to move declarative information to setup.cfg
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user