forked from platypush/platypush
[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:
parent
b71612cb2f
commit
a70f151e28
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ data_files =
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = platypush
|
name = platypush
|
||||||
version = attr: platypush.__version__.__version__
|
version = 1.1.3
|
||||||
description_file = README.md
|
description_file = README.md
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|
Loading…
Reference in a new issue