File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
name = 'djangorestframework-datatables'
10
10
package = 'rest_framework_datatables'
11
- description = 'Seamless integration between Django REST framework and Datatables (https://datatables.net)'
11
+ description = (
12
+ 'Seamless integration between Django REST framework and '
13
+ 'Datatables (https://datatables.net)'
14
+ )
12
15
url = 'https://github.com/izimobil/django-rest-framework-datatables'
13
16
author = 'David Jean Louis'
14
17
author_email = 'izimobil@gmail.com'
@@ -79,7 +82,10 @@ def get_package_data(package):
79
82
long_description = get_long_description (),
80
83
author = author ,
81
84
author_email = author_email ,
82
- packages = ['rest_framework_datatables' , 'rest_framework_datatables.django_filters' ],
85
+ packages = [
86
+ 'rest_framework_datatables' ,
87
+ 'rest_framework_datatables.django_filters'
88
+ ],
83
89
install_requires = [
84
90
'djangorestframework>=3.5.0'
85
91
],
You can’t perform that action at this time.
0 commit comments