-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump [email protected] - use macos-13 from macos-latest Signed-off-by: Hiroshi Miura <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 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
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
[project] | ||
name = "aqtinstall" | ||
description = "Another unofficial Qt installer" | ||
license = {text = "MIT License"} | ||
description = "another unofficial qt installer" | ||
license = {text = "mit license"} | ||
authors = [ | ||
{name = "Hiroshi Miura", email = "[email protected]"}, | ||
{name = "hiroshi miura", email = "[email protected]"}, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Console", | ||
"Environment :: X11 Applications :: Qt", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX", | ||
"Operating System :: POSIX :: Linux", | ||
"Programming Language :: Python", | ||
"Programming Language :: C++", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Libraries", | ||
"development status :: 4 - beta", | ||
"environment :: console", | ||
"environment :: x11 applications :: qt", | ||
"intended audience :: developers", | ||
"license :: osi approved :: mit license", | ||
"operating system :: macos :: macos x", | ||
"operating system :: microsoft :: windows", | ||
"operating system :: posix", | ||
"operating system :: posix :: linux", | ||
"programming language :: python", | ||
"programming language :: c++", | ||
"topic :: software development", | ||
"topic :: software development :: libraries", | ||
] | ||
requires-python = ">=3.7" | ||
dependencies = [ | ||
|