Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepenzak authored Jan 25, 2025
1 parent 42ee54d commit 67838fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
description = "Extensions & abstractions of advanced econometric techniques leveraging machine learning."
name = "caml"
requires-python = ">= 3.10"
version = "0.0.0-dev7"
version = ["dynamic"]
license = {file = "LICENSE"}
readme = "README.md"
classifiers = [
Expand Down Expand Up @@ -58,6 +58,9 @@ polars = [
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "caml/_version.py"

[tool.ruff]
exclude = ["scripts/notebooks/",
".git",
Expand Down

0 comments on commit 67838fb

Please sign in to comment.