ozon-connect 0.0.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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.5
2
+ Name: ozon-connect
3
+ Version: 0.0.0
4
+ Summary: Placeholder for the ozon-connect package.
5
+ Author-email: Andrei Serdiukov <anvserd@gmail.com>
6
+ License: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # ozon-connect
15
+
16
+ Placeholder release. The name is reserved; no functionality is provided yet.
@@ -0,0 +1,3 @@
1
+ # ozon-connect
2
+
3
+ Placeholder release. The name is reserved; no functionality is provided yet.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "ozon-connect"
7
+ version = "0.0.0"
8
+ description = "Placeholder for the ozon-connect package."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "MIT" }
12
+ authors = [{ name = "Andrei Serdiukov", email = "anvserd@gmail.com" }]
13
+ classifiers = [
14
+ "Development Status :: 1 - Planning",
15
+ "Intended Audience :: Developers",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Programming Language :: Python :: 3",
18
+ ]
19
+
20
+ [tool.hatch.build.targets.wheel]
21
+ packages = ["src/ozon_connect"]
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"