wemake-services/jinja2-git

Move to poetry

sobolevn opened this issue · 3 comments

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:

  1. create pyproject.toml, it should look like this file: https://github.com/wemake-services/wemake-python-styleguide/blob/master/pyproject.toml
  2. lock dependencies to create pyproject.lock
  3. copy everything we need from setup.py into pyproject.toml
  4. delete setup.py and MANIFEST.in files

I`ll do it!

Nice! Send a Pull Request at any moment if you need help.

Closed via #3