Skip to content

Update setup.py for PEP 440#3

Open
mvanorder wants to merge 1 commit into
amrelhusseiny:mainfrom
mvanorder:patch-1
Open

Update setup.py for PEP 440#3
mvanorder wants to merge 1 commit into
amrelhusseiny:mainfrom
mvanorder:patch-1

Conversation

@mvanorder
Copy link
Copy Markdown

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 <mvanorder1390@gmail.com>
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