From 528dccb2555bf45e59efec3e90ce8cd6d049605a Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Tue, 24 Aug 2021 23:54:09 +0200 Subject: [PATCH] add version file and refer to it for the setup --- VERSION | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..fb37ebd --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2021.08.24 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index fcaec63..fc04662 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = ControlDeck +version = file: VERSION [options] install_requires =