Skip to content

Commit adaf982

Browse files
committed
Add classifiers
1 parent d7affe6 commit adaf982

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ authors = ["Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com>, Joachim Jablon <
66
license = "MIT"
77
readme = "README.md"
88
packages = [{include = "django_better_migrations"}]
9+
repository = "http://github.com/botify-labs/django-better-migrations"
10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"Topic :: Database",
13+
"Framework :: Django",
14+
"Framework :: Django :: 2.2",
15+
"Framework :: Django :: 3.0",
16+
"Framework :: Django :: 3.1",
17+
"Framework :: Django :: 3.2",
18+
"Framework :: Django :: 4.0",
19+
"Framework :: Django :: 4.1",
20+
]
921

1022
[tool.poetry.dependencies]
1123
python = "^3.7"

0 commit comments

Comments
 (0)