diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:18:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:18:53 +0000 |
commit | 82bb919828cbe531a83835b87dade5a3a74c7c9c (patch) | |
tree | 67c33bb03cc7bbd4854d3e8e73209b9193e92204 /setup.py | |
parent | Adding upstream version 3.3.1. (diff) | |
download | cfgv-69a0290bd8022c0415bc4e14e4b97d29310120c9.tar.xz cfgv-69a0290bd8022c0415bc4e14e4b97d29310120c9.zip |
Adding upstream version 3.4.0.upstream/3.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +from __future__ import annotations + from setuptools import setup setup() |