Skip to content

Commit 5e52e7b

Browse files
committed
add README.rst to installation tarball, and version bump to 0.1.1
1 parent ebb4d32 commit 5e52e7b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# file GENERATED by distutils, do NOT edit
22
CHANGES
33
LICENSE
4+
README.rst
45
setup.py
56
permission/__init__.py
67
permission/permission.py

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include CHANGES LICENSE
1+
include CHANGES LICENSE README.rst
22
recursive-include tests *
33
recursive-include examples *
44
recursive-include docs *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='permission',
5-
version='0.1.0',
5+
version='0.1.1',
66
author='Zhipeng Liu',
77
author_email='[email protected]',
88
url='https://github.com/hustlzp/permission',

0 commit comments

Comments
 (0)