Move to poetry
sobolevn opened this issue · 3 comments
sobolevn commented
We still use good-old setup.py
for this project.
It works well, but I do not enjoy maintaining it.
So, we need to move to poetry
:
- create
pyproject.toml
, it should look like this file: https://github.com/wemake-services/wemake-python-styleguide/blob/master/pyproject.toml - lock dependencies to create
pyproject.lock
- copy everything we need from
setup.py
intopyproject.toml
- delete
setup.py
andMANIFEST.in
files
mikhail-akimov commented
I`ll do it!
sobolevn commented
Nice! Send a Pull Request at any moment if you need help.