Actually, can also move version to setup.cfg

This commit is contained in:
Nex 2022-05-08 15:17:19 +02:00
parent c39b4d2179
commit 6d278d4bec
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,6 @@
[metadata]
name = mvt
version = attr: mvt.common.version.MVT_VERSION
author = Claudio Guarnieri
author_email = nex@nex.sx
description = Mobile Verification Toolkit

View File

@ -5,8 +5,4 @@
from setuptools import setup
from mvt.common.version import MVT_VERSION
setup(
version=MVT_VERSION,
)
setup()