quilt-python 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,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: quilt-python
3
+ Version: 0.0.0
4
+ Summary: Name reserved for the Quilt project, a polyglot metaprogramming language. Placeholder release; the real distribution is published as quiltlang.
5
+ Project-URL: Homepage, https://quiltlang.github.io
6
+ Project-URL: Repository, https://github.com/QuiltLang/quilt
7
+ License-Expression: MIT OR Apache-2.0
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+
11
+ # quilt-python
12
+
13
+ This name is reserved for the [Quilt project](https://github.com/QuiltLang/quilt),
14
+ a polyglot metaprogramming language. This 0.0.0 release is an empty placeholder —
15
+ the real Python distribution is published as
16
+ [`quiltlang`](https://pypi.org/project/quiltlang/).
@@ -0,0 +1,6 @@
1
+ # quilt-python
2
+
3
+ This name is reserved for the [Quilt project](https://github.com/QuiltLang/quilt),
4
+ a polyglot metaprogramming language. This 0.0.0 release is an empty placeholder —
5
+ the real Python distribution is published as
6
+ [`quiltlang`](https://pypi.org/project/quiltlang/).
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "quilt-python"
7
+ version = "0.0.0"
8
+ description = "Name reserved for the Quilt project, a polyglot metaprogramming language. Placeholder release; the real distribution is published as quiltlang."
9
+ readme = "README.md"
10
+ license = "MIT OR Apache-2.0"
11
+ requires-python = ">=3.8"
12
+
13
+ [project.urls]
14
+ Homepage = "https://quiltlang.github.io"
15
+ Repository = "https://github.com/QuiltLang/quilt"
16
+
17
+ [tool.hatch.build.targets.wheel]
18
+ packages = ["src/quilt_python"]
@@ -0,0 +1 @@
1
+ """Name reserved for the Quilt project: https://github.com/QuiltLang/quilt"""