txa-m 2.1.2__tar.gz → 2.1.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.
@@ -1,9 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txa-m
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: A modern, high-speed downloader for MediaFire files and folders
5
5
  Home-page: https://github.com/TXAVLOG/TXA-MEDIAFIRE
6
6
  Author: TXA
7
+ Author-email: viptretrauc@gmail.com
8
+ License: MIT
7
9
  Project-URL: Bug Tracker, https://github.com/TXAVLOG/TXA-MEDIAFIRE/issues
8
10
  Project-URL: Source Code, https://github.com/TXAVLOG/TXA-MEDIAFIRE
9
11
  Classifier: Programming Language :: Python :: 3
@@ -18,10 +20,12 @@ Requires-Dist: requests
18
20
  Requires-Dist: gazpacho
19
21
  Requires-Dist: rich
20
22
  Dynamic: author
23
+ Dynamic: author-email
21
24
  Dynamic: classifier
22
25
  Dynamic: description
23
26
  Dynamic: description-content-type
24
27
  Dynamic: home-page
28
+ Dynamic: license
25
29
  Dynamic: project-url
26
30
  Dynamic: requires-dist
27
31
  Dynamic: requires-python
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="txa-m",
5
- version="2.1.2",
5
+ version="2.1.3",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "requests",
@@ -19,6 +19,8 @@ setup(
19
19
  ],
20
20
  },
21
21
  author="TXA",
22
+ author_email="viptretrauc@gmail.com",
23
+ license="MIT",
22
24
  description="A modern, high-speed downloader for MediaFire files and folders",
23
25
  long_description=open("README.md", encoding="utf-8").read() if open("README.md", encoding="utf-8") else "",
24
26
  long_description_content_type="text/markdown",
@@ -1,9 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txa-m
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: A modern, high-speed downloader for MediaFire files and folders
5
5
  Home-page: https://github.com/TXAVLOG/TXA-MEDIAFIRE
6
6
  Author: TXA
7
+ Author-email: viptretrauc@gmail.com
8
+ License: MIT
7
9
  Project-URL: Bug Tracker, https://github.com/TXAVLOG/TXA-MEDIAFIRE/issues
8
10
  Project-URL: Source Code, https://github.com/TXAVLOG/TXA-MEDIAFIRE
9
11
  Classifier: Programming Language :: Python :: 3
@@ -18,10 +20,12 @@ Requires-Dist: requests
18
20
  Requires-Dist: gazpacho
19
21
  Requires-Dist: rich
20
22
  Dynamic: author
23
+ Dynamic: author-email
21
24
  Dynamic: classifier
22
25
  Dynamic: description
23
26
  Dynamic: description-content-type
24
27
  Dynamic: home-page
28
+ Dynamic: license
25
29
  Dynamic: project-url
26
30
  Dynamic: requires-dist
27
31
  Dynamic: requires-python
@@ -37,7 +37,7 @@ from rich.theme import Theme
37
37
  from rich import box
38
38
 
39
39
  # --- Configuration ---
40
- APP_VERSION = "2.1.2"
40
+ APP_VERSION = "2.1.3"
41
41
 
42
42
  # Default ignore lists
43
43
  IGNORE_EXTENSIONS = {".pyc", ".pyo", ".pyd", ".DS_Store", "Thumbs.db"}
File without changes
File without changes
File without changes
File without changes
File without changes