pactool-linuxutils 1.0.0__tar.gz → 1.0.1__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pactool-linuxutils
3
- Version: 1.0.0
4
- Summary: A versatile and powerful package management helper for Arch Linux and Debian-based distributions.
3
+ Version: 1.0.1
4
+ Summary: A cross-distro package management helper for Linux systems.
5
5
  Home-page: https://github.com/LinuxUtils/pactool
6
6
  Author: LinuxUtils
7
7
  Author-email: thelinuxutils@gmail.com
@@ -11,8 +11,6 @@ Classifier: Operating System :: POSIX :: Linux
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: requests
15
- Requires-Dist: colorama
16
14
  Dynamic: author
17
15
  Dynamic: author-email
18
16
  Dynamic: classifier
@@ -20,7 +18,6 @@ Dynamic: description
20
18
  Dynamic: description-content-type
21
19
  Dynamic: home-page
22
20
  Dynamic: license-file
23
- Dynamic: requires-dist
24
21
  Dynamic: requires-python
25
22
  Dynamic: summary
26
23
 
@@ -41,6 +38,7 @@ Dynamic: summary
41
38
  [![Downloads](https://img.shields.io/github/downloads/LinuxUtils/pactool/total?color=purple&label=Downloads)](https://github.com/LinuxUtils/pactool/releases)
42
39
  [![Python Version](https://img.shields.io/badge/Python-3.8+-blue?logo=python)](https://www.python.org/)
43
40
  [![OS](https://img.shields.io/badge/Supported-Arch%20%7C%20Debian%20%7C%20Ubuntu-orange)](https://github.com/LinuxUtils/pactool)
41
+ [![PyPI Version](https://img.shields.io/pypi/v/pactool-linuxutils?color=blue&label=PyPI%20Version)](https://pypi.org/project/pactool-linuxutils/)
44
42
 
45
43
 
46
44
  # What is Pactool?
@@ -15,6 +15,7 @@
15
15
  [![Downloads](https://img.shields.io/github/downloads/LinuxUtils/pactool/total?color=purple&label=Downloads)](https://github.com/LinuxUtils/pactool/releases)
16
16
  [![Python Version](https://img.shields.io/badge/Python-3.8+-blue?logo=python)](https://www.python.org/)
17
17
  [![OS](https://img.shields.io/badge/Supported-Arch%20%7C%20Debian%20%7C%20Ubuntu-orange)](https://github.com/LinuxUtils/pactool)
18
+ [![PyPI Version](https://img.shields.io/pypi/v/pactool-linuxutils?color=blue&label=PyPI%20Version)](https://pypi.org/project/pactool-linuxutils/)
18
19
 
19
20
 
20
21
  # What is Pactool?
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pactool-linuxutils
3
- Version: 1.0.0
4
- Summary: A versatile and powerful package management helper for Arch Linux and Debian-based distributions.
3
+ Version: 1.0.1
4
+ Summary: A cross-distro package management helper for Linux systems.
5
5
  Home-page: https://github.com/LinuxUtils/pactool
6
6
  Author: LinuxUtils
7
7
  Author-email: thelinuxutils@gmail.com
@@ -11,8 +11,6 @@ Classifier: Operating System :: POSIX :: Linux
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: requests
15
- Requires-Dist: colorama
16
14
  Dynamic: author
17
15
  Dynamic: author-email
18
16
  Dynamic: classifier
@@ -20,7 +18,6 @@ Dynamic: description
20
18
  Dynamic: description-content-type
21
19
  Dynamic: home-page
22
20
  Dynamic: license-file
23
- Dynamic: requires-dist
24
21
  Dynamic: requires-python
25
22
  Dynamic: summary
26
23
 
@@ -41,6 +38,7 @@ Dynamic: summary
41
38
  [![Downloads](https://img.shields.io/github/downloads/LinuxUtils/pactool/total?color=purple&label=Downloads)](https://github.com/LinuxUtils/pactool/releases)
42
39
  [![Python Version](https://img.shields.io/badge/Python-3.8+-blue?logo=python)](https://www.python.org/)
43
40
  [![OS](https://img.shields.io/badge/Supported-Arch%20%7C%20Debian%20%7C%20Ubuntu-orange)](https://github.com/LinuxUtils/pactool)
41
+ [![PyPI Version](https://img.shields.io/pypi/v/pactool-linuxutils?color=blue&label=PyPI%20Version)](https://pypi.org/project/pactool-linuxutils/)
44
42
 
45
43
 
46
44
  # What is Pactool?
@@ -6,5 +6,4 @@ pactool_linuxutils.egg-info/PKG-INFO
6
6
  pactool_linuxutils.egg-info/SOURCES.txt
7
7
  pactool_linuxutils.egg-info/dependency_links.txt
8
8
  pactool_linuxutils.egg-info/entry_points.txt
9
- pactool_linuxutils.egg-info/requires.txt
10
9
  pactool_linuxutils.egg-info/top_level.txt
@@ -2,18 +2,14 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pactool-linuxutils",
5
- version="1.0.0",
5
+ version="1.0.1",
6
6
  author="LinuxUtils",
7
7
  author_email="thelinuxutils@gmail.com",
8
- description="A versatile and powerful package management helper for Arch Linux and Debian-based distributions.",
8
+ description="A cross-distro package management helper for Linux systems.",
9
9
  long_description=open("README.md").read(),
10
10
  long_description_content_type="text/markdown",
11
11
  url="https://github.com/LinuxUtils/pactool",
12
12
  packages=find_packages(),
13
- install_requires=[
14
- "requests",
15
- "colorama"
16
- ],
17
13
  classifiers=[
18
14
  "Programming Language :: Python :: 3",
19
15
  "License :: OSI Approved :: MIT License",
@@ -1,2 +0,0 @@
1
- requests
2
- colorama