techradar 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,13 @@
1
+ Metadata-Version: 2.5
2
+ Name: techradar
3
+ Version: 0.0.1
4
+ Summary: Reserved: Super.com Tech Radar tooling.
5
+ Author: Kartikey Sharma
6
+ License-Expression: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # techradar
12
+
13
+ Name reserved for Super.com's Tech Radar tooling. No functionality yet.
@@ -0,0 +1,3 @@
1
+ # techradar
2
+
3
+ Name reserved for Super.com's Tech Radar tooling. No functionality yet.
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "techradar"
7
+ version = "0.0.1"
8
+ description = "Reserved: Super.com Tech Radar tooling."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "MIT"
12
+ authors = [{ name = "Kartikey Sharma" }]
13
+ classifiers = ["Development Status :: 1 - Planning"]
14
+
15
+ [tool.hatch.build.targets.wheel]
16
+ packages = ["src/techradar"]
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"