summarylogtreecommitdiffstats
path: root/fix_pyproject.patch
blob: 1dfaeae8f38e49b106c7c79da3810c8c976e1e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- src/twig-2.1.4/pyproject.toml	2025-12-25 11:34:08.522967222 -0300
+++ src/twig-2.1.4/pyproject.toml	2025-12-25 11:34:43.112848406 -0300
@@ -34,21 +34,21 @@
     "developer-tools"
 ]
 
-[project.scripts]
-twig = "twg.ui.app:run"
-twg = "twg.ui.app:run"
-
-[build-system]
-requires = ["hatchling"]
-build-backend = "hatchling.build"
-
 authors = [
   { name = "Shubham Kumar" },
 ]
 license = { file = "LICENSE" }
 
+[project.scripts]
+twig = "twg.ui.app:run"
+twg = "twg.ui.app:run"
+
 [project.urls]
 Homepage = "https://twig.wtf/"
 Documentation = "https://twig.wtf/guide"
 Repository = "https://github.com/workdone0/twig"
 Issues = "https://github.com/workdone0/twig/issues"
+
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"