Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23276

Can I convert a setup.cfg file to a pyproject.toml?

$
0
0

A senior developer taught me how to use a config file (with extension .cfg) to install a local python project with the command pip install -e <project path>.

How to convert this file to pyproject.toml?

Here is the setup.cfg file:

[metadata]version = 1.0[options]packages = my_projectpython_requires = >3.5zip_safe = Falseinstall_requires =    tensorflow    tensorflow_probability    matplotlib    pytest[options.extras_require]dev =    pre-commit    pylint    snakeviz

Viewing all articles
Browse latest Browse all 23276

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>