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.

Support pyproject.toml instead of setup.cfg

See original GitHub issue

PEP 518 added pyproject.toml, a file that tools like versioneer can use instead of a random assortment of tools. Thus it would be great if versioneer could support it. The only thing it really has to take care is to namespace all of its keys below tool.versioneer, so like:

[tool.versioneer]
style = "pep440"

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:46
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
effigiescommented, Sep 2, 2022

Where could I find contribution guidelines?

@BrianThomasRoss Apologies for the slow response. There are currently no contribution guidelines. It’s pretty old-school, for better or worse. If someone wanted to contribute contribution guidelines, I’d be happy to edit with things I’ve picked up from working on this off-and-on for a year or so.

Separately, I’ll probably work on this issue next if nobody else jumps in to contribute it first.

0reactions
BrianThomasRosscommented, Jun 30, 2022

Where could I find contribution guidelines?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding setup.py, setup.cfg and pyproject.toml in Python
It is worth noting that setup.cfg is an ini format file, and pyproject.toml is a slightly more formal ini-like format. What is pyproject.toml?...
Read more >
Is `setup.cfg` deprecated? - python - Stack Overflow
I'm interpreting it as an invitation to use pyproject.toml instead of setup.cfg . Quoting from the PEP: There are two issues with setup.cfg...
Read more >
Configuring setuptools using pyproject.toml files
Starting with PEP 621, the Python community selected pyproject.toml as a standard way of specifying project metadata. Setuptools has adopted this standard and ......
Read more >
Eventually deprecate `setup.cfg` with automatic ... - GitHub
Is it being considered that if setup.cfg support is removed, some features will be lost which are no possible with pyproject.toml ?
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