-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update project metadata in pyproject.toml for version 0.10.6
- Loading branch information
1 parent
29a567f
commit 3f3dcc1
Showing
1 changed file
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,38 +2,36 @@ | |
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[project] | ||
[tool.poetry] | ||
name = "maidr" | ||
version = "0.10.6" | ||
description = "Multimodal Access and Interactive Data Representations" | ||
readme = "README.md" | ||
keywords = ["accessibility", "visualization", "sonification", "braille", "tactile", "multimodal", "data representation", "blind", "low vision", "visual impairments"] | ||
license = { text = "GPL-3.0-or-later" } | ||
authors = [ | ||
{ name = "JooYoung Seo", email = "[email protected]" }, | ||
{ name = "Saairam Venkatesh", email = "[email protected]" } | ||
"JooYoung Seo <[email protected]>", | ||
"Saairam Venkatesh <[email protected]>" | ||
] | ||
version = "0.10.5" | ||
classifiers = [ | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Financial and Insurance Industry", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Healthcare Industry", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Text Processing :: Markup :: HTML", | ||
"Topic :: Scientific/Engineering :: Visualization" | ||
] | ||
|
||
[project.urls] | ||
readme = "README.md" | ||
license = "GPL-3.0-or-later" | ||
homepage = "https://xability.github.io/py-maidr" | ||
repository = "https://github.com/xability/py-maidr" | ||
keywords = ["accessibility", "visualization", "sonification", "braille", "tactile", "multimodal", "data representation", "blind", "low vision", "visual impairments"] | ||
classifiers = [ | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Financial and Insurance Industry", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Healthcare Industry", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Text Processing :: Markup :: HTML", | ||
"Topic :: Scientific/Engineering :: Visualization" | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9" | ||
|