tedit 2.7.1__tar.gz → 2.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tedit
3
- Version: 2.7.1
3
+ Version: 2.7.2
4
4
  Summary: TE: a cross-platform terminal text editor with mouse support and syntax highlighting
5
5
  Project-URL: Homepage, https://github.com/alby13/TE-Text-Editor
6
6
  Author-email: alby13 <alby13@singularityon.com>
@@ -2,16 +2,9 @@
2
2
  requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
- [project.scripts]
6
- tedit = "tedit:cli"
7
- te = "tedit:cli"
8
-
9
- [tool.hatch.build]
10
- packages = ["src/tedit"]
11
-
12
5
  [project]
13
6
  name = "tedit"
14
- version = "2.7.1" # must be > 0.9.1
7
+ version = "2.7.2" # must be > 0.9.1
15
8
  description = "TE: a cross-platform terminal text editor with mouse support and syntax highlighting"
16
9
  readme = "README.md"
17
10
  requires-python = ">=3.9"
@@ -30,4 +23,11 @@ dependencies = [
30
23
  ]
31
24
 
32
25
  [project.urls]
33
- Homepage = "https://github.com/alby13/TE-Text-Editor"
26
+ Homepage = "https://github.com/alby13/TE-Text-Editor"
27
+
28
+ [project.scripts]
29
+ tedit = "tedit:cli"
30
+ te = "tedit:cli"
31
+
32
+ [tool.hatch.build.targets.wheel]
33
+ packages = ["src/tedit"]
File without changes
File without changes
File without changes
File without changes