From 60f102d18829b35604bdb5efb3a18679b39d16da Mon Sep 17 00:00:00 2001 From: Chayim Date: Thu, 11 Aug 2022 17:25:47 +0300 Subject: [PATCH] Updating troves for pypi (#341) creating accurate pypi troves --- pyproject.toml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1096a29..c8c78e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "redis-om" version = "0.0.27" -description = "Objecting mapping, and more, for Redis." -authors = ["Andrew Brookins "] -maintainers = ["Andrew Brookins "] +description = "Object mappings, and more, for Redis." +authors = ["Redis OSS "] +maintainers = ["Redis OSS "] license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/redis-developer/redis-om-python" @@ -12,8 +12,17 @@ packages = [ ] classifiers = [ "Development Status :: 3 - Alpha", + "Environment :: Console", "Intended Audience :: Developers", - "Topic :: Database :: Front-Ends", + "Operating System :: OS Independent", + "Topic :: Database", + 'License :: OSI Approved :: BSD License', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python', ] include=[ "docs/*", @@ -21,6 +30,10 @@ include=[ "redis_om/**/*", ] +[tool.poetry.urls] +"Code" = "https://github.com/redis/redis-om-python" +"Issue tracker" = "https://github.com/redis/redis-om-python/issues" + [tool.poetry.dependencies] python = "^3.7,<=3.11" redis = ">=3.5.3,<5.0.0" @@ -29,7 +42,6 @@ pydantic = "^1.8.2" click = "^8.0.1" pptree = "^3.1" types-redis = ">=3.5.9,<5.0.0" -types-six = "^1.16.1" python-ulid = "^1.0.3" cleo = "1.0.0a5" typing-extensions = "^4.0.0" @@ -40,7 +52,6 @@ more-itertools = "^8.14.0" mypy = "^0.971" pytest = "^7.1.2" ipdb = "^0.13.9" -pylint = "^2.13.9" black = "^22.6" isort = "^5.9.3" flake8 = "^5.0.4" @@ -60,4 +71,4 @@ migrate = "redis_om.model.cli.migrate:migrate" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" +build-backend = "poetry.core.masonry.api" \ No newline at end of file