coding-with-git 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,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: coding-with-git
3
+ Version: 0.0.1
4
+ Summary: Name placeholder — the real project is published as `cwg` (pip install cwg).
5
+ License-Expression: GPL-3.0-only
6
+ Project-URL: Homepage, https://pypi.org/project/cwg/
7
+ Classifier: Development Status :: 7 - Inactive
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # coding-with-git
12
+
13
+ **This is a name placeholder, not the project.**
14
+
15
+ The real project is published as [`cwg`](https://pypi.org/project/cwg/):
16
+
17
+ ```
18
+ pip install cwg
19
+ ```
20
+
21
+ This `coding-with-git` distribution exists only to reserve the alternate name
22
+ and point people to `cwg`. It installs nothing useful.
@@ -0,0 +1,12 @@
1
+ # coding-with-git
2
+
3
+ **This is a name placeholder, not the project.**
4
+
5
+ The real project is published as [`cwg`](https://pypi.org/project/cwg/):
6
+
7
+ ```
8
+ pip install cwg
9
+ ```
10
+
11
+ This `coding-with-git` distribution exists only to reserve the alternate name
12
+ and point people to `cwg`. It installs nothing useful.
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: coding-with-git
3
+ Version: 0.0.1
4
+ Summary: Name placeholder — the real project is published as `cwg` (pip install cwg).
5
+ License-Expression: GPL-3.0-only
6
+ Project-URL: Homepage, https://pypi.org/project/cwg/
7
+ Classifier: Development Status :: 7 - Inactive
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # coding-with-git
12
+
13
+ **This is a name placeholder, not the project.**
14
+
15
+ The real project is published as [`cwg`](https://pypi.org/project/cwg/):
16
+
17
+ ```
18
+ pip install cwg
19
+ ```
20
+
21
+ This `coding-with-git` distribution exists only to reserve the alternate name
22
+ and point people to `cwg`. It installs nothing useful.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ coding_with_git.egg-info/PKG-INFO
4
+ coding_with_git.egg-info/SOURCES.txt
5
+ coding_with_git.egg-info/dependency_links.txt
6
+ coding_with_git.egg-info/top_level.txt
@@ -0,0 +1,22 @@
1
+ # Defensive name placeholder for PyPI. The real project is `cwg`.
2
+ # Build and upload from this directory:
3
+ # python -m build && twine upload dist/*
4
+ [build-system]
5
+ requires = ["setuptools>=77"]
6
+ build-backend = "setuptools.build_meta"
7
+
8
+ [project]
9
+ name = "coding-with-git"
10
+ version = "0.0.1"
11
+ description = "Name placeholder — the real project is published as `cwg` (pip install cwg)."
12
+ readme = "README.md"
13
+ license = "GPL-3.0-only"
14
+ requires-python = ">=3.10"
15
+ classifiers = ["Development Status :: 7 - Inactive"]
16
+
17
+ [project.urls]
18
+ Homepage = "https://pypi.org/project/cwg/"
19
+
20
+ # Metadata-only distribution: no importable code to discover.
21
+ [tool.setuptools]
22
+ py-modules = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+