From 77d4dd926de4cb0a547205272a5d03dd9feddfdf Mon Sep 17 00:00:00 2001 From: Shruti Patel Date: Thu, 22 Jun 2023 01:04:09 -0400 Subject: [PATCH] Added classifiers (#8) --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9d3d9b1..43fddb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,19 @@ authors = ["Shruti Patel "] 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"