Skip to content

Commit f3447f7

Browse files
committed
Add changelog to long_description
1 parent c73c9d3 commit f3447f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ def _str2list(pkgstr, onlystr):
5555
with open('README.rst') as f:
5656
long_description = f.read()
5757

58+
with open('CHANGES.rst') as f:
59+
long_description += '\n\n'
60+
long_description += f.read()
61+
5862
setup(name='ethtool',
5963
version=version,
6064
description='Python module to interface with ethtool',

0 commit comments

Comments
 (0)