Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 4.5.0

Released : 10 October 2019

* Add missing `long_description_content_type` field in setup. (#108)
* Remove use of `2to3`. (#90)
* Use etstool for CI tasks. Setup travis macos and appveyor CI. (#92)
* Temporarily change cwd when running tests. (#104)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def write_version_py(filename='apptools/_version.py'):
""".splitlines() if len(c.strip()) > 0],
description='application tools',
long_description=open('README.rst').read(),
long_description_content_type="text/x-rst",
include_package_data=True,
package_data={'apptools': ['help/help_plugin/*.ini',
'help/help_plugin/action/images/*.png',
Expand Down