syncstorage 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.
- syncstorage-0.0.0/PKG-INFO +9 -0
- syncstorage-0.0.0/setup.cfg +4 -0
- syncstorage-0.0.0/setup.py +14 -0
- syncstorage-0.0.0/syncstorage.egg-info/PKG-INFO +9 -0
- syncstorage-0.0.0/syncstorage.egg-info/SOURCES.txt +5 -0
- syncstorage-0.0.0/syncstorage.egg-info/dependency_links.txt +1 -0
- syncstorage-0.0.0/syncstorage.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Empty setup.py for syncstorage
|
|
3
|
+
Target: HackerOne Bug Bounty - mozilla-services
|
|
4
|
+
"""
|
|
5
|
+
from setuptools import setup
|
|
6
|
+
|
|
7
|
+
setup(
|
|
8
|
+
name="syncstorage",
|
|
9
|
+
version="0.0.0",
|
|
10
|
+
description="Empty placeholder package - reserved for mozilla-services",
|
|
11
|
+
author="Package Protector",
|
|
12
|
+
author_email="protector@example.com",
|
|
13
|
+
py_modules=[],
|
|
14
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|