Skip to content

Commit 558c1ee

Browse files
committed
- move the change log to its customary place
1 parent 83a29b6 commit 558c1ee

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
File renamed without changes.

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CHANGES.rst

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Contents
3434
roadmap/index
3535
contributing/index
3636

37-
CHANGES
37+
changes
3838

3939
Indices and tables
4040
==================

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ def read(*rnames):
3939
'RestrictedPython is a defined subset of the Python language which '
4040
'allows to provide a program input into a trusted environment.'
4141
),
42-
long_description=(
43-
read('README.rst') + '\n'
44-
+ read('docs', 'CHANGES.rst')
45-
),
42+
long_description=read('README.rst') + '\n' + read('CHANGES.rst'),
4643
long_description_content_type='text/x-rst',
4744
classifiers=[
4845
'License :: OSI Approved :: Zope Public License',

0 commit comments

Comments
 (0)