https://github.com/himkt/setuppy2pyprojecttoml
https://github.com/himkt/setuppy2pyprojecttoml
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/setuppy2pyprojecttoml
- Owner: himkt
- License: mit
- Created: 2022-11-13T04:02:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T15:21:51.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:48:33.873Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```