[Fix] Version should be explicitly defined in setup.cfg (for now).

Importing `platypush.__version__` also imports the `platypush` base
package, which in turns depends on at least `pyyaml` being already
installed on the system.
This commit is contained in:
Fabio Manganiello 2024-07-27 11:56:23 +02:00
parent b71612cb2f
commit a70f151e28
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -13,7 +13,7 @@ data_files =
[metadata]
name = platypush
version = attr: platypush.__version__.__version__
version = 1.1.3
description_file = README.md
[flake8]