Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

abersheeran/poetry2setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert python-poetry(pyproject.toml) to setup.py.

It only relies on poetry.core, so the effect is better than any other third-party software.

I created this library because python-poetry does not support exporting to setup.py and dephell will generate setup.py incorrectly in some cases.

Install

pip install poetry2setup

Usage

Run command poetry2setup in your project directory, it will display setup.py content in console. If you want to export to setup.py, just run poetry2setup > setup.py.

About

Convert python-poetry(pyproject.toml) to setup.py.

Topics

Resources

License

Stars

Watchers

Forks

Languages