Skip to content

Commit 4568d1f

Browse files
committed
fix(release): 🐛 fix pypi classifiers
1 parent c7572d0 commit 4568d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.rst"
88
repository = "https://github.com/sns-sdks/python-twitter"
99
keywords = ["twitter", "twitter sdk", "twitter api", "Twitter API V2"]
1010
classifiers = [
11-
"Topic :: Software Development :: Libraries :: Libraries",
11+
"Topic :: Software Development :: Libraries :: Python Modules",
1212
"Intended Audience :: Developers",
1313
"License :: OSI Approved :: MIT License",
1414
"Operating System :: OS Independent",
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
2122
"Programming Language :: Python :: 3 :: Only",
2223
]
2324
packages = [

0 commit comments

Comments
 (0)