Skip to content

Commit d552a46

Browse files
committed
Classifiers now more accurate
1 parent 6dc98c1 commit d552a46

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ authors = [
77
description = "Python wrapper for Windows Magnification API"
88
readme = "README.md"
99
license = { file="LICENSE.md" }
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.8"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: MIT License",
14-
"Operating System :: Windows",
14+
"Development Status :: 4 - Beta",
15+
"Intended Audience :: Developers",
16+
"Natural Language :: English",
17+
"Programming Language :: Python :: Implementation :: CPython",
18+
"Topic :: Software Development :: Libraries :: Python Modules",
19+
"Operating System :: Microsoft :: Windows :: Windows 10",
1520
]
1621

1722
[project.urls]

0 commit comments

Comments
 (0)