File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ .. include :: ../CHANGES.rst
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Contents
34
34
roadmap/index
35
35
contributing/index
36
36
37
- CHANGES
37
+ changes
38
38
39
39
Indices and tables
40
40
==================
Original file line number Diff line number Diff line change @@ -39,10 +39,7 @@ def read(*rnames):
39
39
'RestrictedPython is a defined subset of the Python language which '
40
40
'allows to provide a program input into a trusted environment.'
41
41
),
42
- long_description = (
43
- read ('README.rst' ) + '\n '
44
- + read ('docs' , 'CHANGES.rst' )
45
- ),
42
+ long_description = read ('README.rst' ) + '\n ' + read ('CHANGES.rst' ),
46
43
long_description_content_type = 'text/x-rst' ,
47
44
classifiers = [
48
45
'License :: OSI Approved :: Zope Public License' ,
You can’t perform that action at this time.
0 commit comments