Skip to content

Commit ffa2cf0

Browse files
committed
Remove history from pypi description
1 parent 3830ded commit ffa2cf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from io import open
77

88
readme = open('README.rst', encoding='utf8').read()
9-
history = open('HISTORY.rst', encoding='utf8').read().replace('.. :changelog:', '')
109

1110

1211
def read_reqs(name):
@@ -74,7 +73,7 @@ def run(self):
7473
name='iommi',
7574
version=read_version(),
7675
description='iommi is a high level framework built on django',
77-
long_description=readme + '\n\n' + history,
76+
long_description=readme,
7877
author='Anders Hovmöller',
7978
author_email='anders.hovmoller@trioptima.com',
8079
url='https://github.com/TriOptima/iommi',

0 commit comments

Comments
 (0)