Skip to content

Commit

Permalink
Housekeeping (#674)
Browse files Browse the repository at this point in the history
* Update workflow actions

* Test on Python 3.11

* Add explicit long_description content type

Twine warns about it.

* Add classifiers for supported Python versions

* Teach tox about Python 3.10 and 3.11

* Update setup.py

* Update setup.py

---------

Co-authored-by: خالد حسني (Khaled Hosny) <[email protected]>
  • Loading branch information
madig and khaledhosny authored Jan 8, 2025
1 parent 4158391 commit 5b6a66b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
maintainer_email="[email protected]",
description="A bridge between UFOs and FontTools.",
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/googlefonts/ufo2ft",
package_dir={"": "Lib"},
packages=find_packages("Lib"),
Expand Down Expand Up @@ -52,6 +53,11 @@
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
"Topic :: Multimedia :: Graphics :: Editors :: Vector-Based",
Expand Down

0 comments on commit 5b6a66b

Please sign in to comment.