File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ def version_read():
70
70
packages = find_packages ("lib" ),
71
71
package_dir = {"" : "lib" },
72
72
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
+ },
74
76
keywords = "" ,
75
77
include_package_data = True ,
76
78
extras_require = EXTRAS_REQUIRES ,
@@ -85,6 +87,7 @@ def version_read():
85
87
"Programming Language :: Python :: 3.6" ,
86
88
"Programming Language :: Python :: 3.7" ,
87
89
"Programming Language :: Python :: 3.8" ,
90
+ "Programming Language :: Python :: 3.9" ,
88
91
"Topic :: Software Development :: Libraries :: Python Modules" ,
89
92
"Topic :: Text Processing :: Fonts" ,
90
93
],
You can’t perform that action at this time.
0 commit comments