File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### v1.0.5
4+
5+ - add Python 3.9 classifier to ` setup.py `
6+ - minor ` setup.py ` source formatting updates
7+ - update fonttools dependency to v4.17.0
8+ - update gitpython dependency to v3.1.11
9+
310### v1.0.4
411
512- add cPython 3.9 interpreter testing
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ def version_read():
5454 packages = find_packages ("lib" ),
5555 package_dir = {"" : "lib" },
5656 install_requires = ["gitpython" , "fonttools" ],
57- entry_points = {"console_scripts" : ["font-v = fontv.app:main" ],},
57+ entry_points = {
58+ "console_scripts" : ["font-v = fontv.app:main" ],
59+ },
5860 keywords = "" ,
5961 include_package_data = True ,
6062 classifiers = [
@@ -67,5 +69,6 @@ def version_read():
6769 "Programming Language :: Python :: 3.6" ,
6870 "Programming Language :: Python :: 3.7" ,
6971 "Programming Language :: Python :: 3.8" ,
72+ "Programming Language :: Python :: 3.9" ,
7073 ],
7174)
You can’t perform that action at this time.
0 commit comments