Skip to content

Commit 6defcf9

Browse files
committed
PEP8
1 parent 10448a6 commit 6defcf9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
name = 'djangorestframework-datatables'
1010
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+
)
1215
url = 'https://github.com/izimobil/django-rest-framework-datatables'
1316
author = 'David Jean Louis'
1417
author_email = 'izimobil@gmail.com'
@@ -79,7 +82,10 @@ def get_package_data(package):
7982
long_description=get_long_description(),
8083
author=author,
8184
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+
],
8389
install_requires=[
8490
'djangorestframework>=3.5.0'
8591
],

0 commit comments

Comments
 (0)