Skip to content

Commit 3430652

Browse files
committed
Update pyproject.toml
1 parent 506a5ab commit 3430652

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xyz_canvas"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
license = "MIT"
55

66
authors = [
@@ -15,8 +15,15 @@ dependencies = [
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Operating System :: OS Independent",
18+
"Development Status :: 5 - Production/Stable",
19+
"Intended Audience :: Science/Research",
20+
"Topic :: Scientific/Engineering :: Visualization",
21+
"Intended Audience :: Developers",
22+
"Topic :: Multimedia :: Graphics :: Editors"
1823
]
1924

25+
keywords = ["3D", "Matplotlib", "Geometry", "GUI", "Canvas", "Wire frame", "minimal", "lightweight"]
26+
2027
[project.urls]
2128
Homepage = "https://github.com/G1OJS/xyz_canvas"
2229
Issues = "https://github.com/G1OJS/xyz_canvas/issues"

0 commit comments

Comments
 (0)