Skip to content
Snippets Groups Projects

Use hatchling and versioningit for versioning

Merged Daniel CARRON requested to merge improve-versioning into main
2 unresolved threads
Compare and Show latest version
2 files
+ 21
33
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -12,6 +12,12 @@ variables:
GIT_SUBMODULE_DEPTH: 1
XDG_CONFIG_HOME: $CI_PROJECT_DIR/tests/data
.snippets:
setup-metadata:
- pip install hatch
- PACKAGE_NAME=$(hatch project metadata name)
- PACKAGE_VERSION=$(hatch project metadata version)
documentation:
before_script:
# for opencv-python dependence
Loading