overlay.language 0.3.0.post3.dev0__tar.gz → 0.3.0.post12.dev0__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.
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/PKG-INFO +3 -3
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/README.md +1 -1
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/pyproject.toml +2 -2
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/.gitignore +0 -0
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/.readthedocs.yaml +0 -0
- {overlay_language-0.3.0.post3.dev0 → overlay_language-0.3.0.post12.dev0}/src/overlay/language/__init__.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: overlay.language
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.post12.dev0
|
|
4
4
|
Summary: Backward compatibility wrapper — overlay.language is now mixinv2
|
|
5
|
-
Project-URL: Repository, https://github.com/Atry/
|
|
5
|
+
Project-URL: Repository, https://github.com/Atry/MIXINv2
|
|
6
6
|
Author-email: "Yang, Bo" <yang-bo@yang-bo.com>
|
|
7
7
|
License-Expression: MIT
|
|
8
8
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -10,4 +10,4 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
12
12
|
Requires-Python: >=3.13
|
|
13
|
-
Requires-Dist: mixinv2==0.3.0.
|
|
13
|
+
Requires-Dist: mixinv2==0.3.0.post12.dev0
|
|
@@ -10,7 +10,7 @@ Full documentation is available at [overlaylanguage.readthedocs.io](https://over
|
|
|
10
10
|
|
|
11
11
|
## Source Code
|
|
12
12
|
|
|
13
|
-
The source code is hosted on [GitHub](https://github.com/Atry/
|
|
13
|
+
The source code is hosted on [GitHub](https://github.com/Atry/MIXINv2).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
|
|
@@ -9,7 +9,7 @@ source = "uv-dynamic-versioning"
|
|
|
9
9
|
vcs = "git"
|
|
10
10
|
style = "pep440"
|
|
11
11
|
bump = false
|
|
12
|
-
fallback-version = "0.
|
|
12
|
+
fallback-version = "0.0.0.dev0"
|
|
13
13
|
metadata = false
|
|
14
14
|
|
|
15
15
|
[project]
|
|
@@ -42,4 +42,4 @@ only-include = ["src/overlay/language"]
|
|
|
42
42
|
sources = ["src"]
|
|
43
43
|
|
|
44
44
|
[project.urls]
|
|
45
|
-
Repository = "https://github.com/Atry/
|
|
45
|
+
Repository = "https://github.com/Atry/MIXINv2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|