pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
387 stars 78 forks source link

Update build-system requirements #189

Closed dvzrv closed 1 year ago

dvzrv commented 1 year ago

pyproject.toml: Update build-system requirements for setuptools-scm to >= 7.0.0 which obsoletes setuptools-scm-git-archive. Remove wheel, as it is not required for a PEP517 workflow with pypa/build and pypa/installer.

dvzrv commented 1 year ago

argh, the project is still testing against 3.6. Can that be dropped? Should that be done in a separate PR?

ssbarnea commented 1 year ago

Yes, drop-it in separated PR as you know the drill. Ping me if green so I can help you merge them. I am looking to add more maintainers as I do have too many cats to herd.

dvzrv commented 1 year ago

Yes, drop-it in separated PR as you know the drill. Ping me if green so I can help you merge them.

https://github.com/pycontribs/ansi2html/pull/190

I am looking to add more maintainers as I do have too many cats to herd.

Welcome to my world... ;-)

dvzrv commented 1 year ago

Alright, it's rebased and should be good to go!