samnew 0.1.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.
samnew-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: samnew
3
+ Version: 0.1.0
4
+ Summary: A sample Python package
5
+ Author: sambhav302005-coder
6
+ Author-email: sambhav302005@gmail.com
7
+ Requires-Python: >=3.11
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
@@ -0,0 +1,17 @@
1
+ [project]
2
+ name = "samnew"
3
+ version = "0.1.0"
4
+ description = "A sample Python package"
5
+ authors = [
6
+ {name = "sambhav302005-coder", email = "sambhav302005@gmail.com"}
7
+ ]
8
+ # readme = "README.md" ← Comment this out temporarily
9
+ requires-python = ">=3.11"
10
+ dependencies = []
11
+
12
+ [tool.poetry]
13
+ packages = [{include = "samnew", from = "src"}]
14
+
15
+ [build-system]
16
+ requires = ["poetry-core>=2.0.0,<3.0.0"]
17
+ build-backend = "poetry.core.masonry.api"
File without changes