Skip to content

Commit ad37b98

Browse files
committed
setuptools
1 parent 904703b commit ad37b98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dt-browser"
3-
version = "0.0.1"
3+
dynamic = ["version"]
44
description = "A TUI for browsing, searching, and filtering dataframes using Polars/Apache Arrow"
55
keywords = ["pyarrow", "dataframe", "tui", "polars", "datatable", "textual"]
66
authors = [{ name = "Kyle Kavanagh" }]
@@ -30,6 +30,12 @@ dev = [
3030
[project.scripts]
3131
dtbrowser = "dt_browser.browser:run"
3232

33+
[build-system]
34+
requires = ["setuptools>=64", "setuptools_scm>=8"]
35+
build-backend = "setuptools.build_meta"
36+
37+
[tool.setuptools_scm]
38+
3339
[tool.black]
3440
line-length = 120
3541
target-version = ['py312']

0 commit comments

Comments
 (0)