txl_editors 0.3.1__tar.gz → 0.3.3__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.
- {txl_editors-0.3.1 → txl_editors-0.3.3}/PKG-INFO +2 -2
- {txl_editors-0.3.1 → txl_editors-0.3.3}/pyproject.toml +2 -2
- {txl_editors-0.3.1 → txl_editors-0.3.3}/.gitignore +0 -0
- {txl_editors-0.3.1 → txl_editors-0.3.3}/LICENSE.txt +0 -0
- {txl_editors-0.3.1 → txl_editors-0.3.3}/README.md +0 -0
- {txl_editors-0.3.1 → txl_editors-0.3.3}/txl_editors/__init__.py +0 -0
- {txl_editors-0.3.1 → txl_editors-0.3.3}/txl_editors/main.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: txl_editors
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: TXL plugin for editors
|
5
5
|
Project-URL: Source, https://github.com/davidbrochart/jpterm/plugins/editors
|
6
6
|
Author-email: David Brochart <david.brochart@gmail.com>
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
16
16
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
17
17
|
Requires-Python: >=3.10
|
18
|
-
Requires-Dist: txl
|
18
|
+
Requires-Dist: txl==0.3.1
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
|
21
21
|
# TXL plugin for editors
|
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_editors"
|
7
|
-
version = "0.3.
|
7
|
+
version = "0.3.3"
|
8
8
|
description = "TXL plugin for editors"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
11
11
|
license = "MIT"
|
12
12
|
keywords = []
|
13
13
|
classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
|
14
|
-
dependencies = [ "txl
|
14
|
+
dependencies = [ "txl ==0.3.1",]
|
15
15
|
[[project.authors]]
|
16
16
|
name = "David Brochart"
|
17
17
|
email = "david.brochart@gmail.com"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|