Skip to content

Commit

Permalink
chore: Metadados do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
RWallan committed May 20, 2024
1 parent 61bba34 commit 83f8c2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@
name = "openiziai"
version = "0.1.0"
description = "Interface para se comunicar com a api da OpenAI adotando as melhores práticas de LLM para criar e se comunicar com um agente."
licence = "MIT"
authors = ["RWallan <3am.richardwallan@gmail.com>"]
readme = "README.md"
packages = [{include = "openiziai"}]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Natural Language :: Portuguese (Brazilian)",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

[tool.poetry.urls]
"Document" = "https://github.com/RWallan/openiziai/blob/main/README.md"
"Code" = "https://github.com/RWallan/openiziai.git"
"Bug Tracker" = "https://github.com/RWallan/openiziai/issues"


[tool.poetry.dependencies]
python = "^3.11"
Expand Down Expand Up @@ -34,6 +52,7 @@ quote-style = "single"

[tool.ruff.lint]
select = ["I", "F", "E", "W", "PL", "PT"]
ignore = ["PLC0414"]

[tool.pytest.ini_options]
pythonpath = "."
Expand Down

0 comments on commit 83f8c2c

Please sign in to comment.