Skip to content

Commit d4df6c9

Browse files
committed
chore: Updating classifiers
1 parent 4e29771 commit d4df6c9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
77
license = { text = "MIT License" }
88
readme = "README.md"
99
classifiers = [
10+
"Development Status :: 5 - Production/Stable",
11+
"Framework :: AsyncIO",
12+
"Framework :: Django",
1013
"Intended Audience :: Developers",
1114
"License :: OSI Approved :: MIT License",
1215
"Natural Language :: English",
13-
"Programming Language :: Python :: 3.7",
14-
"Programming Language :: Python :: 3.8",
15-
"Programming Language :: Python :: 3.9",
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Topic :: Home Automation",
2024
"Topic :: Software Development :: Libraries",
21-
"Framework :: AsyncIO",
22-
"Intended Audience :: Developers",
2325
]
2426
requires-python = ">=3.7"
2527

0 commit comments

Comments
 (0)