Version definition in setup.py
I am having an issue using DuniterPy as a path dependency with Poetry 1.0.0b1.
Poetry is trying to determine DuniterPy version from setup.py
file.
DuniterPy’s setup.py
defines the version
field from duniterpy.__version__
. Poetry is not implementing the resolution of the module importing.
I am wondering where should this be fix. Should Poetry handle this case or should DuniterPy directly put the version number into this field.
Edited by Moul