multiscope-client 0.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.
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: multiscope-client
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved for Google DeepMind (谷歌深智)
5
+ Author: Package Protector
6
+ Author-email: protector@example.com
7
+ Dynamic: author
8
+ Dynamic: author-email
9
+ Dynamic: summary
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: multiscope-client
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved for Google DeepMind (谷歌深智)
5
+ Author: Package Protector
6
+ Author-email: protector@example.com
7
+ Dynamic: author
8
+ Dynamic: author-email
9
+ Dynamic: summary
@@ -0,0 +1,5 @@
1
+ setup.py
2
+ multiscope_client.egg-info/PKG-INFO
3
+ multiscope_client.egg-info/SOURCES.txt
4
+ multiscope_client.egg-info/dependency_links.txt
5
+ multiscope_client.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,14 @@
1
+ """
2
+ Empty setup.py for multiscope-client
3
+ Target: HackerOne Bug Bounty - Google DeepMind (谷歌深智)
4
+ """
5
+ from setuptools import setup
6
+
7
+ setup(
8
+ name="multiscope-client",
9
+ version="0.0.0",
10
+ description="Empty placeholder package - reserved for Google DeepMind (谷歌深智)",
11
+ author="Package Protector",
12
+ author_email="protector@example.com",
13
+ py_modules=[],
14
+ )