You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use hatch-vcs to figure out what version this thing has. We still update the version file on deploy but now we can do pip install @Branch and it will update correctly
Copy file name to clipboardExpand all lines: pyproject.toml
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
[build-system]
2
-
requires = ["hatchling"]
2
+
requires = ["hatchling", "hatch-vcs"]
3
3
build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "django-datatable-view"
7
7
dynamic = ["version"]
8
8
description = "This package is used in conjunction with the jQuery plugin (http://http://datatables.net/), and supports state-saving detection with (http://datatables.net/plug-ins/api). The package consists of a class-based view, and a small collection of utilities for rendering table data from models."
0 commit comments