We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3830ded commit ffa2cf0Copy full SHA for ffa2cf0
setup.py
@@ -6,7 +6,6 @@
6
from io import open
7
8
readme = open('README.rst', encoding='utf8').read()
9
-history = open('HISTORY.rst', encoding='utf8').read().replace('.. :changelog:', '')
10
11
12
def read_reqs(name):
@@ -74,7 +73,7 @@ def run(self):
74
73
name='iommi',
75
version=read_version(),
76
description='iommi is a high level framework built on django',
77
- long_description=readme + '\n\n' + history,
+ long_description=readme,
78
author='Anders Hovmöller',
79
author_email='anders.hovmoller@trioptima.com',
80
url='https://github.com/TriOptima/iommi',
0 commit comments