himkt / setuppy2pyprojecttoml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setuppy2pyprojecttoml

PEP-621 compliant pyproject.toml generator from setup.py. setuppy2pyprojecttoml is the very prototype tool.

Installation

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

Run

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

PYTHONPATH=. setuppy2pyprojecttoml

About

License:MIT License


Languages

Language:Python 100.0%