Skip to content

Commit 6cb9bff

Browse files
committed
[setup.py] add Py3.9 classifier
1 parent b205e9e commit 6cb9bff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def version_read():
7070
packages=find_packages("lib"),
7171
package_dir={"": "lib"},
7272
install_requires=["commandlines", "fontTools[ufo]>=3.31.0"],
73-
entry_points={"console_scripts": ["ufolint = ufolint.app:main"],},
73+
entry_points={
74+
"console_scripts": ["ufolint = ufolint.app:main"],
75+
},
7476
keywords="",
7577
include_package_data=True,
7678
extras_require=EXTRAS_REQUIRES,
@@ -85,6 +87,7 @@ def version_read():
8587
"Programming Language :: Python :: 3.6",
8688
"Programming Language :: Python :: 3.7",
8789
"Programming Language :: Python :: 3.8",
90+
"Programming Language :: Python :: 3.9",
8891
"Topic :: Software Development :: Libraries :: Python Modules",
8992
"Topic :: Text Processing :: Fonts",
9093
],

0 commit comments

Comments
 (0)