rootCircle / codemark-cli

CLI app for Codemark for HOF v4.0
https://devfolio.co/projects/codemark-251c
Apache License 2.0
6 stars 5 forks source link

Migrate setup.py to pyproject.toml #3

Closed rootCircle closed 9 months ago

rootCircle commented 9 months ago

Motivation

setup.py is deprecated in support for pyproject.toml, so we need to switch in fast before it gets deprecated!

Resources

Kota-Karthik commented 9 months ago

hi @rootCircle I would be very delighted to do this issue So kindly assign me this issue !! Thank You : )

Him7n commented 9 months ago

hi there @rootCircle .. I'd be happy to work on this issue.. :)

rootCircle commented 9 months ago

hi @rootCircle I would be very delighted to do this issue So kindly assign me this issue !! Thank You : )

Sure! Go ahead! Ping me if you need any help!

rootCircle commented 9 months ago

There is an exact implementation of the PR, for the feature we might be requiring. Do check in the required docs in changes in this PR https://github.com/pallets/click/pull/2543/files. If you find it helpful!