Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.79k stars 863 forks source link

Switch from setup.py to pyproject.toml #1324

Closed waylan closed 1 year ago

waylan commented 1 year ago

This completely replaces setup.py with pyproject.toml.

@facelessuser and @mitya57 if either of you would like to be listed in the maintainers entry, I would be happy to add you. You can be listed with or without an email address. If you would also like your email address listed, provide it and I'll include it as well.

facelessuser commented 1 year ago

Yeah, you can add me.

waylan commented 1 year ago

@facelessuser I have added your name. If you can confirm I spelled it correctly, etc. then I will merge this.