Skip to content

Commit

Permalink
add poetry attributes
Browse files Browse the repository at this point in the history
remove default classifiers
  • Loading branch information
romanlutz committed Jan 26, 2024
1 parent 0d04501 commit ecd2fca
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyrit"
version = "0.1.0"
description = ""
description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs"
authors = [
"dlmgary",
"amandajean119",
Expand All @@ -16,6 +16,26 @@ readme = "README.md"
packages = [
{ include = "pyrit", from = "." },
]
license = "MIT"
repository = "https://github.com/Azure/PyRIT"
documentation = "https://github.com/Azure/PyRIT/wiki"
keywords = [
"llm",
"ai-security",
"ai-red-team",
"ai-robustness",
"ai-robustness-testing",
"ai-risk-assessment"
]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/Azure/PyRIT/issues"
"Wiki" = "https://github.com/Azure/PyRIT/wiki"

[tool.poetry.dependencies]
python = ">=3.10, <3.11"
Expand Down

0 comments on commit ecd2fca

Please sign in to comment.