conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Update versioneer from 0.18 to 0.28 with official Python 3.7-3.10 support #92

Closed dbast closed 1 year ago

dbast commented 1 year ago

Also exclude the vendored versioneer files from pre-commit.

Done via:

Maybe to be later replaced by e.g. setuptools_scm.

codecov[bot] commented 1 year ago

Codecov Report

Merging #92 (257a751) into main (b5613ad) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   96.89%   96.89%           
=======================================
  Files           8        8           
  Lines         741      741           
=======================================
  Hits          718      718           
  Misses         23       23           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

AlbertDeFusco commented 1 year ago

Since starting this package I have explored setuptools_scm and I'm liking it