Skip to content

Commit 6778fa3

Browse files
committed
Mod
1 parent f1fb390 commit 6778fa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(filename):
1010
setup(
1111
name="django-permission",
1212
version=version,
13-
description = "A enhanced permission system which enable object permission",
13+
description = "A enhanced permission system which enable object/role permission",
1414
long_description=read('README.rst'),
1515
classifiers = [
1616
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -23,7 +23,7 @@ def read(filename):
2323
'Topic :: Internet :: WWW/HTTP',
2424

2525
],
26-
keywords = "django permisssion auth",
26+
keywords = "django object role permisssion auth",
2727
author = "Alisue",
2828
author_email = "lambdalisue@hashnote.net",
2929
url=r"https://github.com/lambdalisue/django-permission",
@@ -35,14 +35,14 @@ def read(filename):
3535
install_requires=[
3636
'distribute',
3737
'setuptools-git',
38+
'mock',
39+
'PyYAML',
3840
'django>=1.3',
3941
'django-mptt',
40-
'mock',
4142
'django-override-settings',
4243
],
4344
test_suite='runtests.runtests',
4445
tests_require=[
45-
'PyYAML',
4646
'feincms',
4747
],
4848
)

0 commit comments

Comments
 (0)