python-json-pointer icon indicating copy to clipboard operation
python-json-pointer copied to clipboard

Migrate to pyproject.toml

Open cunla opened this issue 1 year ago • 4 comments

  • Migrate to pyproject.toml
    • Using poetry.
    • Defining all project settings in the TOML file.
      • Included package, script, etc. (no need for MANIFEST.in)
      • Dependencies (no need for requirements-dev.txt)
      • Classifiers (no need for setup.py)
      • Authors, maintainers, versions (no need for AUTHORS, setup.cfg)
  • Run black formatter on code files
  • Update GitHub workflow to support new structure.

cunla avatar Jul 23 '24 18:07 cunla

@stefankoegl, you have been unresponsive on emails. Any update on this?

Should we open a PIP541 ticket?

cunla avatar Aug 03 '24 12:08 cunla

Hi! I have blocked some time on Monday to look into this.

Btw, on GitHub mobile it currently shows this PR as unable to merge (I don't see any details, though)

stefankoegl avatar Aug 03 '24 13:08 stefankoegl

I can't see any merge conflicts here - not sure. Happy to discuss.

cunla avatar Aug 03 '24 14:08 cunla

I'll address this further once added to the pypi package.

cunla avatar Aug 06 '24 11:08 cunla