Skip to content

Update setup.py for PEP 440 #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mvanorder
Copy link

For versions of setuptools >66 legacy version names are not allowed. This prevents pip from installing drawio_network_plot.

Permitted characters in PEP 440 are:

  • ASCII letters ([a-zA-Z])
  • ASCII digits ([0-9])
  • periods (.)

For versions of setuptools >66 legacy version names are not allowed.  This prevents pip from installing drawio_network_plot.

Permitted characters in PEP 440 are:
- ASCII letters ([a-zA-Z])
- ASCII digits ([0-9])
- periods (.)

Signed-off-by: Malcolm VanOrder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant