question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pyproject.toml (PEP 518) support

See original GitHub issue

Hi, I was wondering if there were plans for pyproject.toml support.

see: peritus/bumpversion#192, PEP 518

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:57
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

16reactions
c4urselfcommented, Aug 24, 2019

I like @clbarnes’s suggestion – support for TOML (in general) with .bumpversion.cfg being deprecated for .bumpversion.toml (eventually) and support for pyproject.toml.

13reactions
florislacommented, Mar 2, 2019

This is the case for Python projects.

However, pojects done in another language can also benefit from bumpversion, and there it does not make sense to have either setup.cfg or pyproject.toml.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PEP 518 – Specifying Minimum Build System Requirements ...
PEP 518 – Specifying Minimum Build System Requirements for Python Projects ... A pyproject.toml file may be used to store configuration details other...
Read more >
pyproject.toml (PEP 518) support · Issue #234 · PyCQA/flake8
Hi! Is there a plan to support pyproject.toml from PEP 518? Specifically, it would be nice if flake8 could understand [tool.
Read more >
Support `pyproject.toml` and PEP-518 : PY-42296 - YouTrack
Support `pyproject.toml` and PEP-518 ... PEP-518 defines the pyproject.toml as the new standard for python projects to replace the setup.py file. The standard ......
Read more >
pyproject.toml - pip documentation v22.3.1
Introduced in PEP 518, the build-system.requires key in the pyproject.toml file is a list of requirement specifiers for build-time dependencies of a package....
Read more >
A Practical Guide to Setuptools and Pyproject.toml
An example driven guide to setting up and building a python package using Setuptools together with pyproject.toml.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found