briggySmalls / cookiecutter-pypackage

Cookiecutter template for a poetry-managed Python package.
BSD 3-Clause "New" or "Revised" License
71 stars 34 forks source link

Switch to poetry #15

Closed briggySmalls closed 4 years ago

briggySmalls commented 4 years ago

This implements #9.

Pipenv hasn't had a release for ages, it's really slow to create a lockfile, and can get into a bad state more frequently that poetry.

Poetry is also really attractive as it removes setup.py, setup.cfg, MANIFEST.in and all of that jumble of different deployment options