pychum 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.
pychum-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: pychum
3
+ Version: 0.0.1
4
+ Summary: Placeholder for pychum - Input file generators for computational chemistry
5
+ Project-URL: Homepage, https://github.com/HaoZeke/pychum
6
+ Author-email: Rohit Goswami <rgoswami@ieee.org>
7
+ License: MIT
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # pychum
12
+
13
+ Placeholder package to secure the name on PyPI.
14
+ Real content coming soon.
pychum-0.0.1/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # pychum
2
+
3
+ Placeholder package to secure the name on PyPI.
4
+ Real content coming soon.
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "pychum"
7
+ version = "0.0.1"
8
+ description = "Placeholder for pychum - Input file generators for computational chemistry"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ authors = [
12
+ { name = "Rohit Goswami", email = "rgoswami@ieee.org" },
13
+ ]
14
+ license = { text = "MIT" }
15
+
16
+ [project.urls]
17
+ Homepage = "https://github.com/HaoZeke/pychum"
@@ -0,0 +1,2 @@
1
+ """Placeholder for pychum."""
2
+ __version__ = "0.0.1"