Single-source version number

This commit is contained in:
Joscha
2021-05-13 23:52:46 +02:00
parent d565df27b3
commit 93a5a94dab
4 changed files with 46 additions and 45 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = PFERD
version = 3.0.0
version = attr: PFERD.version.__version__
[options]
packages = PFERD
@ -12,4 +12,4 @@ install_requires =
[options.entry_points]
console_scripts =
pferd = PFERD:main
pferd = PFERD.__main__:main