Create setup.py

This commit is contained in:
2022-06-25 21:45:16 +01:00
parent 7d9f745930
commit 2cb2bc2190
3 changed files with 31 additions and 4 deletions

5
app/_version.py Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3
"""MODULE: Specifies app version."""
VERSION = "0.1"