Skip to content

Commit 4c284f7

Browse files
Fix linter violation (#179)
1 parent 5da1ec5 commit 4c284f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
include_package_data=True,
2020
platforms="any",
2121
project_links={
22-
'GitHub': 'https://github.com/jazzband/dj-database-url/',
23-
'Release log': 'https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md',
22+
"GitHub": "https://github.com/jazzband/dj-database-url/",
23+
"Release log": (
24+
"https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md"
25+
),
2426
},
2527
classifiers=[
2628
"Environment :: Web Environment",

0 commit comments

Comments
 (0)