File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(filename):
10
10
setup (
11
11
name = "django-permission" ,
12
12
version = version ,
13
- description = "A enhanced permission system which enable object permission" ,
13
+ description = "A enhanced permission system which enable object/role permission" ,
14
14
long_description = read ('README.rst' ),
15
15
classifiers = [
16
16
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -23,7 +23,7 @@ def read(filename):
23
23
'Topic :: Internet :: WWW/HTTP' ,
24
24
25
25
],
26
- keywords = "django permisssion auth" ,
26
+ keywords = "django object role permisssion auth" ,
27
27
author = "Alisue" ,
28
28
author_email = "lambdalisue@hashnote.net" ,
29
29
url = r"https://github.com/lambdalisue/django-permission" ,
@@ -35,14 +35,14 @@ def read(filename):
35
35
install_requires = [
36
36
'distribute' ,
37
37
'setuptools-git' ,
38
+ 'mock' ,
39
+ 'PyYAML' ,
38
40
'django>=1.3' ,
39
41
'django-mptt' ,
40
- 'mock' ,
41
42
'django-override-settings' ,
42
43
],
43
44
test_suite = 'runtests.runtests' ,
44
45
tests_require = [
45
- 'PyYAML' ,
46
46
'feincms' ,
47
47
],
48
48
)
You can’t perform that action at this time.
0 commit comments