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
+1 -5
View File
@@ -5,8 +5,4 @@
from setuptools import setup
from mvt.common.version import MVT_VERSION
setup(
version=MVT_VERSION,
)
setup()