An open API service indexing awesome lists of open source software.

https://github.com/himkt/setuppy2pyprojecttoml


https://github.com/himkt/setuppy2pyprojecttoml

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# setuppy2pyprojecttoml

[PEP-621](https://peps.python.org/pep-0621/#anything-under-build-system) compliant `pyproject.toml` generator from `setup.py`.
`setuppy2pyprojecttoml` is the very prototype tool.

## Installation

```sh
pip install git+https://github.com/himkt/setuppy2pyprojecttoml
```

## Run

On a package repository root (i.e. `setup.py` exists), run the following command:

```sh
PYTHONPATH=. setuppy2pyprojecttoml
```