pyw-config 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 @@
1
+ MIT License
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyw-config
3
+ Version: 0.0.0
4
+ Summary: Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)
5
+ Project-URL: Homepage, https://github.com/pythonWoods/pyw
6
+ Author-email: pythonWoods <you@example.com>
7
+ License: MIT
8
+ License-File: LICENSE
9
+ Requires-Python: >=3.9
10
+ Requires-Dist: pyw-core>=0.0.0
11
+ Description-Content-Type: text/markdown
12
+
13
+ # pyw-config
14
+
15
+ Placeholder package to reserve the name on PyPI. Configuration utilities coming soon.
@@ -0,0 +1,3 @@
1
+ # pyw-config
2
+
3
+ Placeholder package to reserve the name on PyPI. Configuration utilities coming soon.
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.18"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "pyw-config"
7
+ version = "0.0.0"
8
+ description = "Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)"
9
+ authors = [{name = "pythonWoods", email = "you@example.com"}]
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.9"
12
+ readme = "README.md"
13
+ dependencies = ["pyw-core>=0.0.0"]
14
+
15
+ [project.urls]
16
+ Homepage = "https://github.com/pythonWoods/pyw"
17
+
18
+ [tool.hatch.build.targets.wheel]
19
+ packages = ["src/pyw"]
@@ -0,0 +1,2 @@
1
+ import pkgutil
2
+ __path__ = pkgutil.extend_path(__path__, __name__) # namespace package
@@ -0,0 +1 @@
1
+ # placeholder