discordcn 0.0.1a1__tar.gz → 0.0.1a2__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.
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/PKG-INFO +6 -3
- discordcn-0.0.1a2/README.md +3 -0
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/pyproject.toml +2 -1
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/src/discordcn/_version.py +2 -2
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/.gitignore +0 -0
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/LICENSE +0 -0
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/src/discordcn/__init__.py +0 -0
- {discordcn-0.0.1a1 → discordcn-0.0.1a2}/src/discordcn/py.typed +0 -0
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: discordcn
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Dynamic: Description
|
|
5
|
-
Dynamic: Description-Content-Type
|
|
3
|
+
Version: 0.0.1a2
|
|
6
4
|
Dynamic: Project-URL
|
|
7
5
|
Summary: TBD
|
|
8
6
|
Author-email: Paillat-dev <me@paillat.dev>
|
|
@@ -21,3 +19,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.14
|
|
22
20
|
Classifier: Typing :: Typed
|
|
23
21
|
Requires-Python: <3.15,>=3.10
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
|
|
24
|
+
# discordcn (Python)
|
|
25
|
+
|
|
26
|
+
Reserved for future use by [nicebots.xyz](https://nicebots.xyz/). Please contact me@paillat.dev for more information.
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0, 1, '
|
|
31
|
+
__version__ = version = '0.0.1a2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 1, 'a2')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|