2024-04-15 22:16:14 +03:00
|
|
|
[metadata]
|
|
|
|
name = pyconcept
|
|
|
|
version = file: VERSION
|
2024-04-18 15:02:46 +03:00
|
|
|
license = MIT
|
2024-04-15 22:16:14 +03:00
|
|
|
author = CIHT CONCEPT, IRBorisov
|
|
|
|
author_email = iborisov@acconcept.ru
|
|
|
|
description = Concept core Python wrapper
|
2024-04-17 14:43:14 +03:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2024-04-18 15:02:46 +03:00
|
|
|
project_urls =
|
|
|
|
GitHub = https://github.com/IRBorisov/ConceptCore/tree/main/pyconcept
|
|
|
|
Changelog = https://github.com/IRBorisov/ConceptCore/tree/main/pyconcept/CHANGELOG.md
|
2024-04-15 22:16:14 +03:00
|
|
|
classifiers =
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Science/Research
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.12
|
|
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|