mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Single-source version number
This commit is contained in:
parent
d565df27b3
commit
93a5a94dab
4 changed files with 46 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue