python-json-pointer
python-json-pointer copied to clipboard
Migrate to pyproject.toml
- 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.
@stefankoegl, you have been unresponsive on emails. Any update on this?
Should we open a PIP541 ticket?
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)
I can't see any merge conflicts here - not sure. Happy to discuss.
I'll address this further once added to the pypi package.