BasicToolsT 0.0.6__tar.gz → 0.0.8__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.
- {basictoolst-0.0.6 → basictoolst-0.0.8}/PKG-INFO +2 -2
- {basictoolst-0.0.6 → basictoolst-0.0.8}/pyproject.toml +2 -2
- basictoolst-0.0.6/CODEOWNERS +0 -1
- basictoolst-0.0.6/requirements.txt +0 -2
- {basictoolst-0.0.6 → basictoolst-0.0.8}/LICENSE +0 -0
- {basictoolst-0.0.6 → basictoolst-0.0.8}/README.md +0 -0
- {basictoolst-0.0.6 → basictoolst-0.0.8/src}/__init__.py +0 -0
- {basictoolst-0.0.6 → basictoolst-0.0.8/src}/basictools.py +0 -0
- {basictoolst-0.0.6 → basictoolst-0.0.8}/tests/test +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: BasicToolsT
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.8
|
|
4
|
+
Summary: uploading this to pypi with working imports was more painful than a bullet wound :D
|
|
5
5
|
Project-URL: Homepage, https://github.com/CursedGhoul/BasicToolsT
|
|
6
6
|
Project-URL: Issues, https://github.com/CursedGhoul/BasicToolsT/issues
|
|
7
7
|
Author-email: CursedGhoul <noemail@email.com>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "BasicToolsT"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.8"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="CursedGhoul", email="noemail@email.com" },
|
|
6
6
|
]
|
|
7
|
-
description = "
|
|
7
|
+
description = "uploading this to pypi with working imports was more painful than a bullet wound :D"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
requires-python = ">=3.9"
|
|
10
10
|
classifiers = [
|
basictoolst-0.0.6/CODEOWNERS
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
* @CursedGhoul
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|