/ setup.cfg
setup.cfg
 1  [metadata]
 2  name = breactsdk
 3  version = 0.1.5
 4  description = Official SDK for BReact OS
 5  long_description = file: README.md
 6  long_description_content_type = text/markdown
 7  author = BReact OS Team
 8  author_email = office@breact.ai
 9  url = https://github.com/BReact/BReact-sdk
10  license = MIT
11  classifiers =
12      Development Status :: 4 - Beta
13      Intended Audience :: Developers
14      License :: OSI Approved :: MIT License
15      Programming Language :: Python :: 3.11
16      Programming Language :: Python :: 3.12
17  
18  [options]
19  packages = find:
20  install_requires =
21      aiohttp>=3.8.0
22      httpx>=0.24.0
23      python-dotenv>=1.0.0
24      pydantic>=2.0.0
25  python_requires = >=3.11