psiqdk 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.
psiqdk-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: psiqdk
3
+ Version: 0.0.1
4
+ Summary: Placeholder for psiqdk. This package is not yet publicly available.
5
+ Author: PsiQuantum Corp.
6
+ License: Proprietary
7
+ Requires-Python: >=3.11
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "psiqdk"
7
+ version = "0.0.1"
8
+ description = "Placeholder for psiqdk. This package is not yet publicly available."
9
+ authors = [{name = "PsiQuantum Corp."}]
10
+ license = {text = "Proprietary"}
11
+ requires-python = ">=3.11"
@@ -0,0 +1,3 @@
1
+ """Placeholder package. Not yet publicly available."""
2
+
3
+ __version__ = "0.0.1"