mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
14 lines
189 B
INI
14 lines
189 B
INI
[metadata]
|
|
name = PFERD
|
|
version = 3.0.0
|
|
|
|
[options]
|
|
packages = PFERD
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
rich>=10.1.0
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pferd = PFERD:main
|