Skip to content

Commit 60f102d

Browse files
authored
Updating troves for pypi (#341)
creating accurate pypi troves
1 parent a00a68b commit 60f102d

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

pyproject.toml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "redis-om"
33
version = "0.0.27"
4-
description = "Objecting mapping, and more, for Redis."
5-
authors = ["Andrew Brookins <andrew.brookins@redis.com>"]
6-
maintainers = ["Andrew Brookins <andrew.brookins@redis.com>"]
4+
description = "Object mappings, and more, for Redis."
5+
authors = ["Redis OSS <oss@redis.com>"]
6+
maintainers = ["Redis OSS <oss@redis.com>"]
77
license = "BSD-3-Clause"
88
readme = "README.md"
99
repository = "https://github.com/redis-developer/redis-om-python"
@@ -12,15 +12,28 @@ packages = [
1212
]
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",
15+
"Environment :: Console",
1516
"Intended Audience :: Developers",
16-
"Topic :: Database :: Front-Ends",
17+
"Operating System :: OS Independent",
18+
"Topic :: Database",
19+
'License :: OSI Approved :: BSD License',
20+
'Programming Language :: Python :: 3.10',
21+
'Programming Language :: Python :: 3.6',
22+
'Programming Language :: Python :: 3.7',
23+
'Programming Language :: Python :: 3.8',
24+
'Programming Language :: Python :: 3.9',
25+
'Programming Language :: Python',
1726
]
1827
include=[
1928
"docs/*",
2029
"images/*",
2130
"redis_om/**/*",
2231
]
2332

33+
[tool.poetry.urls]
34+
"Code" = "https://github.com/redis/redis-om-python"
35+
"Issue tracker" = "https://github.com/redis/redis-om-python/issues"
36+
2437
[tool.poetry.dependencies]
2538
python = "^3.7,<=3.11"
2639
redis = ">=3.5.3,<5.0.0"
@@ -29,7 +42,6 @@ pydantic = "^1.8.2"
2942
click = "^8.0.1"
3043
pptree = "^3.1"
3144
types-redis = ">=3.5.9,<5.0.0"
32-
types-six = "^1.16.1"
3345
python-ulid = "^1.0.3"
3446
cleo = "1.0.0a5"
3547
typing-extensions = "^4.0.0"
@@ -40,7 +52,6 @@ more-itertools = "^8.14.0"
4052
mypy = "^0.971"
4153
pytest = "^7.1.2"
4254
ipdb = "^0.13.9"
43-
pylint = "^2.13.9"
4455
black = "^22.6"
4556
isort = "^5.9.3"
4657
flake8 = "^5.0.4"
@@ -60,4 +71,4 @@ migrate = "redis_om.model.cli.migrate:migrate"
6071

6172
[build-system]
6273
requires = ["poetry-core>=1.0.0"]
63-
build-backend = "poetry.core.masonry.api"
74+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)