misc-server 0.0.1__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,14 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: misc-server
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: This package name has been claimed by Ledger Donjon for security purposes.
|
|
5
|
+
Project-URL: Homepage, https://donjon.ledger.com
|
|
6
|
+
Author-email: Ledger Donjon <donjon@ledger.fr>
|
|
7
|
+
License: UNLICENSED
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: License :: Other/Proprietary License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Description-Content-Type: text/plain
|
|
13
|
+
|
|
14
|
+
This package name has been reserved by Ledger Donjon to prevent dependency confusion attacks. It contains no functionality. Contact: donjon@ledger.fr
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "misc-server"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "This package name has been claimed by Ledger Donjon for security purposes."
|
|
9
|
+
readme = {text = "This package name has been reserved by Ledger Donjon to prevent dependency confusion attacks. It contains no functionality. Contact: donjon@ledger.fr", content-type = "text/plain"}
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = {text = "UNLICENSED"}
|
|
12
|
+
authors = [{name = "Ledger Donjon", email = "donjon@ledger.fr"}]
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Development Status :: 1 - Planning",
|
|
15
|
+
"License :: Other/Proprietary License",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
]
|
|
18
|
+
dependencies = []
|
|
19
|
+
|
|
20
|
+
[project.urls]
|
|
21
|
+
Homepage = "https://donjon.ledger.com"
|