amplifier-module-resolution 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: amplifier-module-resolution
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved name
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: amplifier-module-resolution
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved name
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
+ amplifier_module_resolution.egg-info/PKG-INFO
3
+ amplifier_module_resolution.egg-info/SOURCES.txt
4
+ amplifier_module_resolution.egg-info/dependency_links.txt
5
+ amplifier_module_resolution.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,13 @@
1
+ """
2
+ Empty setup.py for amplifier-module-resolution
3
+ """
4
+ from setuptools import setup
5
+
6
+ setup(
7
+ name="amplifier-module-resolution",
8
+ version="0.0.0",
9
+ description="Empty placeholder package - reserved name",
10
+ author="Package Protector",
11
+ author_email="protector@example.com",
12
+ py_modules=[],
13
+ )