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
setup.py
Currently, this section of setup.py causes an install error due to non-conforming versioning (pypa/setuptools#3772). Simply removing for now resolves this problem.
raise InvalidVersion(f"Invalid version: '{version}'") setuptools.extern.packaging.version.InvalidVersion: Invalid version: '0.1.0.dev-d3170fd'
xref #20
The text was updated successfully, but these errors were encountered:
fastpairs
closed in #24
Sorry, something went wrong.
jGaboardi
No branches or pull requests
Currently, this section of
setup.py
causes an install error due to non-conforming versioning (pypa/setuptools#3772). Simply removing for now resolves this problem.xref #20
The text was updated successfully, but these errors were encountered: