Skip to content

Commit ffeeb2d

Browse files
Poruri Sai Rahulmdickinson
authored andcommitted
Release version 4.5.0 of apptools (#107)
* Release version 4.5.0 of apptools modified: setup.py * Add long_description_content_type in setup.py (#108) * FIX : Add long_description_content_type which was missing from setup.py modified: setup.py * Add changelog entry. (cherry picked from commit 0b745d0)
1 parent 99ef875 commit ffeeb2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Version 4.5.0
66

77
Released : 10 October 2019
88

9+
* Add missing `long_description_content_type` field in setup. (#108)
910
* Remove use of `2to3`. (#90)
1011
* Use etstool for CI tasks. Setup travis macos and appveyor CI. (#92)
1112
* Temporarily change cwd when running tests. (#104)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MINOR = 5
1111
MICRO = 0
1212

13-
IS_RELEASED = False
13+
IS_RELEASED = True
1414

1515
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1616

@@ -123,6 +123,7 @@ def write_version_py(filename='apptools/_version.py'):
123123
""".splitlines() if len(c.strip()) > 0],
124124
description='application tools',
125125
long_description=open('README.rst').read(),
126+
long_description_content_type="text/x-rst",
126127
include_package_data=True,
127128
package_data={'apptools': ['help/help_plugin/*.ini',
128129
'help/help_plugin/action/images/*.png',

0 commit comments

Comments
 (0)