Skip to content

Commit b921bbe

Browse files
committed
build with hatchling
1 parent 0e27057 commit b921bbe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[project]
22
name = "spidr"
3-
version = "0.1.2"
43
description = "Learning Fast and Stable Linguistic Units for Spoken Language Models Without Supervision"
54
readme = "README.md"
65
requires-python = ">=3.12"
@@ -21,6 +20,7 @@ dependencies = [
2120
"numpy>=1.26.4",
2221
"torch>=2.8.0",
2322
]
23+
dynamic = ["version"]
2424

2525
[project.urls]
2626
github = "https://github.com/facebookresearch/spidr"
@@ -51,8 +51,11 @@ dev = [
5151
]
5252

5353
[build-system]
54-
requires = ["flit_core>=3.12,<4"]
55-
build-backend = "flit_core.buildapi"
54+
requires = ["hatch-vcs", "hatchling"]
55+
build-backend = "hatchling.build"
56+
57+
[tool.hatch.version]
58+
source = "vcs"
5659

5760
[tool.ruff]
5861
line-length = 119

0 commit comments

Comments
 (0)