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

Latest commit

 

History

History
19 lines (15 loc) · 794 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 794 Bytes

🍪 Minimal python package template

Minimal cookicutter template for a python package. It use :

Getting started

  1. cookiecutter https://github.com/h4c5/cookie-python-minimal
  2. cd your_project
  3. git init (necessary because of setuptools_scm that will manage the package version)
  4. pip install -e .[dev]
  5. ✨ developing ✨
  6. python -m build
  7. twine upload -r testpypi