Skip to content
New issue

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

remove portion of setup.py to allow for install #23

Closed
jGaboardi opened this issue May 25, 2024 · 1 comment
Closed

remove portion of setup.py to allow for install #23

jGaboardi opened this issue May 25, 2024 · 1 comment
Assignees

Comments

@jGaboardi
Copy link
Collaborator

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

@jGaboardi
Copy link
Collaborator Author

closed in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant