6tb7657g 1.0.0__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.
- 6tb7657g-1.0.0/6tb7657g.egg-info/PKG-INFO +14 -0
- 6tb7657g-1.0.0/6tb7657g.egg-info/SOURCES.txt +6 -0
- 6tb7657g-1.0.0/6tb7657g.egg-info/dependency_links.txt +1 -0
- 6tb7657g-1.0.0/6tb7657g.egg-info/top_level.txt +1 -0
- 6tb7657g-1.0.0/PKG-INFO +14 -0
- 6tb7657g-1.0.0/setup.cfg +5 -0
- 6tb7657g-1.0.0/setup.py +14 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: 6tb7657g
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: iu6bt7rng47fngi7fut43yenibk8yt4nfi384bdfktywe3i7bfteik73u4rybfi3e74ryfbenr3f
|
|
5
|
+
Author: vance-boyz
|
|
6
|
+
Author-email:
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
+
Classifier: Operating System :: MacOS
|
|
9
|
+
Dynamic: author
|
|
10
|
+
Dynamic: classifier
|
|
11
|
+
Dynamic: description
|
|
12
|
+
Dynamic: summary
|
|
13
|
+
|
|
14
|
+
YIvtyTIv565ivbgvFJVHv6-76OVb7vtyktyv67v6btVrcjtfY6jcrtFVVt65vuyFGHjfV6vu5u6bt6uyu5vib7t6vTBGytVFGVfvVTYVfGHJHgVfGhv7tjvyuYujGHJHVFGHVFGJytuvuyjhgjHVHgGhf_ytyjvRFy5TyJGhfV
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
6tb7657g-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: 6tb7657g
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: iu6bt7rng47fngi7fut43yenibk8yt4nfi384bdfktywe3i7bfteik73u4rybfi3e74ryfbenr3f
|
|
5
|
+
Author: vance-boyz
|
|
6
|
+
Author-email:
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
+
Classifier: Operating System :: MacOS
|
|
9
|
+
Dynamic: author
|
|
10
|
+
Dynamic: classifier
|
|
11
|
+
Dynamic: description
|
|
12
|
+
Dynamic: summary
|
|
13
|
+
|
|
14
|
+
YIvtyTIv565ivbgvFJVHv6-76OVb7vtyktyv67v6btVrcjtfY6jcrtFVVt65vuyFGHjfV6vu5u6bt6uyu5vib7t6vTBGytVFGVfvVTYVfGHJHgVfGhv7tjvyuYujGHJHVFGHVFGJytuvuyjhgjHVHgGhf_ytyjvRFy5TyJGhfV
|
6tb7657g-1.0.0/setup.cfg
ADDED
6tb7657g-1.0.0/setup.py
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import setuptools
|
|
2
|
+
|
|
3
|
+
setuptools.setup(
|
|
4
|
+
name="6tb7657g",
|
|
5
|
+
version='1.0.0',
|
|
6
|
+
author="vance-boyz",
|
|
7
|
+
author_email="",
|
|
8
|
+
description="iu6bt7rng47fngi7fut43yenibk8yt4nfi384bdfktywe3i7bfteik73u4rybfi3e74ryfbenr3f",
|
|
9
|
+
long_description="YIvtyTIv565ivbgvFJVHv6-76OVb7vtyktyv67v6btVrcjtfY6jcrtFVVt65vuyFGHjfV6vu5u6bt6uyu5vib7t6vTBGytVFGVfvVTYVfGHJHgVfGhv7tjvyuYujGHJHVFGHVFGJytuvuyjhgjHVHgGhf_ytyjvRFy5TyJGhfV",
|
|
10
|
+
classifiers=[
|
|
11
|
+
"Development Status :: 5 - Production/Stable",
|
|
12
|
+
"Operating System :: MacOS"
|
|
13
|
+
]
|
|
14
|
+
)
|