Skip to content

Commit

Permalink
Added classifiers (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti222patel authored Jun 22, 2023
1 parent f0863d5 commit 77d4dd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ authors = ["Shruti Patel <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
packages = [{include = "repo_gpt", from = "src"}]
repository = "https://github.com/shruti222patel/repo-gpt"
keywords = ["openai", "gpt", "repo", "repository", "search", "semantic-search", "query", "analyze-code", "gpt3", "gpt3.5"]
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand Down

0 comments on commit 77d4dd9

Please sign in to comment.