We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The release of Poetry v1.2 enforces the respect of PEP440.
In setup.py#7, The usage of version='master' prevents installation of this package with poetry.
version='master'
This is also the case for tagged releases (see v2.0.6 for example).
Would it be possible to have a new v2.0.7 release with this version field in setup.py updated accordingly to respect PEP440?
v2.0.7
version
setup.py
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The release of Poetry v1.2 enforces the respect of PEP440.
In setup.py#7, The usage of
version='master'
prevents installation of this package with poetry.This is also the case for tagged releases (see v2.0.6 for example).
Would it be possible to have a new
v2.0.7
release with thisversion
field insetup.py
updated accordingly to respect PEP440?Thank you
The text was updated successfully, but these errors were encountered: