Add build scripts and configuration for Elytra PIM Client

This commit is contained in:
claudi 2026-02-20 09:22:11 +01:00
parent 459838b2e6
commit b8a7fb903e
7 changed files with 940 additions and 2 deletions

View file

@ -8,7 +8,7 @@ version = "0.1.0"
description = "A Pythonic client for the Elytra PIM API"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "MIT"}
license = "MIT"
authors = [
{name = "Your Name", email = "your.email@example.com"}
]
@ -16,7 +16,6 @@ keywords = ["elytra", "pim", "api", "client"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",