fgex 3.4.5__tar.gz → 3.4.6__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.
- {fgex-3.4.5 → fgex-3.4.6}/PKG-INFO +2 -2
- {fgex-3.4.5 → fgex-3.4.6}/fgex.egg-info/PKG-INFO +2 -2
- fgex-3.4.6/fgex.egg-info/requires.txt +1 -0
- {fgex-3.4.5 → fgex-3.4.6}/setup.py +2 -2
- fgex-3.4.5/fgex.egg-info/requires.txt +0 -1
- {fgex-3.4.5 → fgex-3.4.6}/README.md +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/fgex/__init__.py +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/fgex/__main__.py +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/fgex.egg-info/SOURCES.txt +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/fgex.egg-info/dependency_links.txt +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/fgex.egg-info/top_level.txt +0 -0
- {fgex-3.4.5 → fgex-3.4.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fgex
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.6
|
|
4
4
|
Summary: Firegex client
|
|
5
5
|
Home-page: https://github.com/pwnzer0tt1/firegex
|
|
6
6
|
Author: Pwnzer0tt1
|
|
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist: firegex==3.4.
|
|
13
|
+
Requires-Dist: firegex==3.4.6
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: author-email
|
|
16
16
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fgex
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.6
|
|
4
4
|
Summary: Firegex client
|
|
5
5
|
Home-page: https://github.com/pwnzer0tt1/firegex
|
|
6
6
|
Author: Pwnzer0tt1
|
|
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist: firegex==3.4.
|
|
13
|
+
Requires-Dist: firegex==3.4.6
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: author-email
|
|
16
16
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
firegex==3.4.6
|
|
@@ -5,11 +5,11 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="fgex",
|
|
8
|
-
version="3.4.
|
|
8
|
+
version="3.4.6",
|
|
9
9
|
author="Pwnzer0tt1",
|
|
10
10
|
author_email="pwnzer0tt1@poliba.it",
|
|
11
11
|
py_modules=["fgex"],
|
|
12
|
-
install_requires=["firegex==3.4.
|
|
12
|
+
install_requires=["firegex==3.4.6"],
|
|
13
13
|
include_package_data=True,
|
|
14
14
|
description="Firegex client",
|
|
15
15
|
long_description=long_description,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
firegex==3.4.5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|