File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ ChangeLog
2
+ =========
3
+
4
+ Latest changes
5
+ --------------
6
+
7
+
8
+ 0.1 (2014-09-24)
9
+ ----------------
10
+
11
+ * initial public release
Original file line number Diff line number Diff line change 1
- include MANIFEST.in LICENSE README .rst
1
+ include MANIFEST.in LICENSE * .rst
2
2
include setup.py
3
3
recursive-include src *.py *.pyx *.c *.html
4
4
recursive-include benchmark *.py telco-bench.b
Original file line number Diff line number Diff line change
1
+ ==========
1
2
quicktions
2
3
==========
3
4
Original file line number Diff line number Diff line change 30
30
version = re .search ("__version__\s*=\s*'([^']+)'" , f .read (2048 )).group (1 )
31
31
32
32
with open ('README.rst' ) as f :
33
- long_description = '' .join (filter (None , f .readlines ()[2 :]))
33
+ long_description = '' .join (f .readlines ()[2 :])
34
+
35
+ with open ('CHANGES.rst' ) as f :
36
+ long_description += '\n \n ' + f .read ()
37
+
34
38
35
39
setup (
36
40
name = "quicktions" ,
You can’t perform that action at this time.
0 commit comments