| 1234567891011121314151617181920212223242526272829303132 | [project]name = "CxPini"version = "1.0.0"description = "This library is INI parser, which store users comments."readme = "README.md"requires-python = ">=3.1"authors = [    { name = "Cixo", email = "[email protected]" }]classifiers = [    "Programming Language :: Python :: 3",    "License :: OSI Approved :: MIT License",    "Operating System :: OS Independent",][project.urls]Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-pini/wiki"Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-pini/issues"[build-system]build-backend = "setuptools.build_meta"requires = [    "setuptools>=60.0"][tool.setuptools]packages = [    "cx-pins"]
 |