Skip to content

Commit

Permalink
chore: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Aug 17, 2023
1 parent 9353cf2 commit f00500d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,31 @@ name = "PrettyQt"
version = "1.57.2"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
license = "MIT"
documentation = "https://phil65.github.io/PrettyQt/index.html"
keywords = [
"qt",
"pyqt",
"pyside",
"widgets",
"components",
"framework",
"gui",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12",
"Topic :: Desktop Environment",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Widget Sets",
]
repository = "https://github.com/phil65/prettyqt"
homepage = "https://github.com/phil65/prettyqt"
authors = ["phil65 <philipptemminghoff@googlemail.com>"]
Expand Down

0 comments on commit f00500d

Please sign in to comment.