Skip to content

Commit

Permalink
Update project file for Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstockton committed Oct 29, 2022
1 parent 0c3989f commit 0de79aa
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,21 @@
homepage = "https://github.com/nstockton/speechlight"
repository = "https://github.com/nstockton/speechlight"
documentation = "https://nstockton.github.io/speechlight"
keywords = ["blind", "braille", "screen reader", "tts", "text to speech"]
keywords = [
"blind",
"braille",
"screen reader",
"tts",
"speech",
"accessibility",
"jaws",
"nvda",
"sapi",
"system access",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand All @@ -25,15 +38,14 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries",
]
packages = [
{include = "speechlight", from = "src"},
Expand Down

0 comments on commit 0de79aa

Please sign in to comment.