Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Merge 967dee9 into 048d417
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeyGao committed Jan 3, 2019
2 parents 048d417 + 967dee9 commit 378c17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -13,7 +13,7 @@ Quick Start

::

pip install simple-rbac
pip install simplerbac

2. Create a Access Control List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -5,14 +5,14 @@
long_description = ''.join(readme).strip()

setup(
name='simple-rbac',
version='0.1.1',
description='A simple role based access control utility',
name='simplerbac',
version='0.1.2',
description='as is simple-rbac.',
long_description=long_description,
keywords='rbac permission acl access-control',
author='Jiangge Zhang',
author_email='tonyseek@gmail.com',
url='http://github.tonyseek.com/simple-rbac/',
url='https://github.com/jackeyGao/simple-rbac',
license='MIT License',
packages=['rbac'],
zip_safe=False,
Expand Down

0 comments on commit 378c17a

Please sign in to comment.