stellar-core 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,21 @@
1
+ Metadata-Version: 2.5
2
+ Name: stellar-core
3
+ Version: 0.0.1
4
+ Summary: Name held by the Forge fleet. Not a public package; installs nothing.
5
+ License: MIT
6
+ Keywords: namespace,placeholder
7
+ Classifier: Development Status :: 7 - Inactive
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # stellar-core
12
+
13
+ **This name is held by the Forge fleet. It is not a public package.**
14
+
15
+ The real `stellar-core` distribution is published to a private index and is not
16
+ available here. This release exists so that the name on PyPI belongs to the
17
+ same people who use it internally, rather than to whoever registers it next.
18
+
19
+ Nothing in this distribution is functional: it installs no modules, imports
20
+ nothing and does nothing. If you installed it expecting behaviour, you want a
21
+ different package.
@@ -0,0 +1,11 @@
1
+ # stellar-core
2
+
3
+ **This name is held by the Forge fleet. It is not a public package.**
4
+
5
+ The real `stellar-core` distribution is published to a private index and is not
6
+ available here. This release exists so that the name on PyPI belongs to the
7
+ same people who use it internally, rather than to whoever registers it next.
8
+
9
+ Nothing in this distribution is functional: it installs no modules, imports
10
+ nothing and does nothing. If you installed it expecting behaviour, you want a
11
+ different package.
@@ -0,0 +1,16 @@
1
+ [project]
2
+ name = "stellar-core"
3
+ version = "0.0.1"
4
+ description = "Name held by the Forge fleet. Not a public package; installs nothing."
5
+ readme = "README.md"
6
+ requires-python = ">=3.9"
7
+ license = { text = "MIT" }
8
+ keywords = ["placeholder", "namespace"]
9
+ classifiers = ["Development Status :: 7 - Inactive"]
10
+
11
+ [build-system]
12
+ requires = ["hatchling"]
13
+ build-backend = "hatchling.build"
14
+
15
+ [tool.hatch.build.targets.wheel]
16
+ bypass-selection = true