doliyev 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.
doliyev-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: doliyev
3
+ Version: 0.1.0
4
+ Summary: Shahriyor Doliyevning Python kutubxonasi
5
+ Author: Shahriyor Doliyev
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1 @@
1
+ from .main import salom
@@ -0,0 +1,2 @@
1
+ def salom():
2
+ return "Assalomu alaykum, Doliyev kutubxonasi ishga tushdi 😎"
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: doliyev
3
+ Version: 0.1.0
4
+ Summary: Shahriyor Doliyevning Python kutubxonasi
5
+ Author: Shahriyor Doliyev
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ doliyev/__init__.py
4
+ doliyev/main.py
5
+ doliyev.egg-info/PKG-INFO
6
+ doliyev.egg-info/SOURCES.txt
7
+ doliyev.egg-info/dependency_links.txt
8
+ doliyev.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ doliyev
@@ -0,0 +1,11 @@
1
+ [project]
2
+ name = "doliyev"
3
+ version = "0.1.0"
4
+ description = "Shahriyor Doliyevning Python kutubxonasi"
5
+ authors = [{name = "Shahriyor Doliyev"}]
6
+ readme = "README.md"
7
+ requires-python = ">=3.7"
8
+
9
+ [build-system]
10
+ requires = ["setuptools", "wheel"]
11
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+