winfacilityfetch 0.1__tar.gz → 0.2__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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: winfacilityfetch
3
+ Version: 0.2
4
+ Summary: Simple Windows fetch library
5
+ Home-page: https://github.com/SEUUSER/winfacilityfetch
6
+ Author: Jovenzinho
7
+ License: MIT
8
+ Keywords: windows,fetch,system,python
9
+ Requires-Dist: psutil
10
+ Requires-Dist: py-cpuinfo
11
+ Dynamic: author
12
+ Dynamic: home-page
13
+ Dynamic: keywords
14
+ Dynamic: license
15
+ Dynamic: requires-dist
16
+ Dynamic: summary
@@ -0,0 +1,16 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="winfacilityfetch",
5
+ version="0.2",
6
+ author="Jovenzinho",
7
+ description="Simple Windows fetch library",
8
+ url="https://github.com/SEUUSER/winfacilityfetch",
9
+ packages=find_packages(),
10
+ install_requires=[
11
+ "psutil",
12
+ "py-cpuinfo"
13
+ ],
14
+ keywords=["windows", "fetch", "system", "python"],
15
+ license="MIT",
16
+ )
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: winfacilityfetch
3
+ Version: 0.2
4
+ Summary: Simple Windows fetch library
5
+ Home-page: https://github.com/SEUUSER/winfacilityfetch
6
+ Author: Jovenzinho
7
+ License: MIT
8
+ Keywords: windows,fetch,system,python
9
+ Requires-Dist: psutil
10
+ Requires-Dist: py-cpuinfo
11
+ Dynamic: author
12
+ Dynamic: home-page
13
+ Dynamic: keywords
14
+ Dynamic: license
15
+ Dynamic: requires-dist
16
+ Dynamic: summary
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: winfacilityfetch
3
- Version: 0.1
4
- Requires-Dist: psutil
5
- Requires-Dist: py-cpuinfo
6
- Dynamic: requires-dist
@@ -1,11 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name="winfacilityfetch",
5
- version="0.1",
6
- packages=find_packages(),
7
- install_requires=[
8
- "psutil",
9
- "py-cpuinfo"
10
- ],
11
- )
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: winfacilityfetch
3
- Version: 0.1
4
- Requires-Dist: psutil
5
- Requires-Dist: py-cpuinfo
6
- Dynamic: requires-dist
File without changes