File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ Permission Changelog
2
+ ===============
3
+
4
+ Version 0.1.1
5
+ -----------
6
+
7
+ Add README.rst to the installation tarball.
8
+
9
+
10
+ Version 0.1
11
+ -----------
12
+
13
+ First public preview release.
Original file line number Diff line number Diff line change 1
1
# file GENERATED by distutils, do NOT edit
2
2
CHANGES
3
3
LICENSE
4
+ README.rst
4
5
setup.py
5
6
permission/__init__.py
6
7
permission/permission.py
Original file line number Diff line number Diff line change 1
- include CHANGES LICENSE
1
+ include CHANGES LICENSE README.rst
2
2
recursive-include tests *
3
3
recursive-include examples *
4
4
recursive-include docs *
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'permission' ,
5
- version = '0.1.0 ' ,
5
+ version = '0.1.1 ' ,
6
6
author = 'Zhipeng Liu' ,
7
7
8
8
url = 'https://github.com/hustlzp/permission' ,
You can’t perform that action at this time.
0 commit comments