@@ -54,7 +54,9 @@ def version_read():
54
54
packages = find_packages ("lib" ),
55
55
package_dir = {"" : "lib" },
56
56
install_requires = ["commandlines" , "standardstreams" , "fontTools" ],
57
- entry_points = {"console_scripts" : ["font-line = fontline.app:main" ],},
57
+ entry_points = {
58
+ "console_scripts" : ["font-line = fontline.app:main" ],
59
+ },
58
60
keywords = "font,typeface,fonts,spacing,line spacing,spaces,vertical metrics,metrics,type" ,
59
61
include_package_data = True ,
60
62
classifiers = [
@@ -63,13 +65,11 @@ def version_read():
63
65
"License :: OSI Approved :: MIT License" ,
64
66
"Operating System :: OS Independent" ,
65
67
"Programming Language :: Python" ,
66
- "Programming Language :: Python :: 2" ,
67
- "Programming Language :: Python :: 2.7" ,
68
68
"Programming Language :: Python :: 3" ,
69
- "Programming Language :: Python :: 3.3" ,
70
- "Programming Language :: Python :: 3.4" ,
71
- "Programming Language :: Python :: 3.5" ,
72
69
"Programming Language :: Python :: 3.6" ,
70
+ "Programming Language :: Python :: 3.7" ,
71
+ "Programming Language :: Python :: 3.8" ,
72
+ "Programming Language :: Python :: 3.9" ,
73
73
"Topic :: Software Development :: Libraries :: Python Modules" ,
74
74
],
75
75
)
0 commit comments