Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 382 Bytes

Python Template Repo

Quick Setup

  • update setup.py (name)
  • rename folder of package
  • update setup.cfg (versionfile_source, versionfile_build)
  • pip install versioneer and versioneer install

Optional for codecov

  • create token on codecov.com and add is as CODECOV_TOKEN
  • uncomment Upload coverage to Codecov in .github/workflows.unittests.yml