Skip to content

Commit

Permalink
Fix linter violation (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderGerbik authored Aug 17, 2022
1 parent 5da1ec5 commit 4c284f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
include_package_data=True,
platforms="any",
project_links={
'GitHub': 'https://github.com/jazzband/dj-database-url/',
'Release log': 'https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md',
"GitHub": "https://github.com/jazzband/dj-database-url/",
"Release log": (
"https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md"
),
},
classifiers=[
"Environment :: Web Environment",
Expand Down

0 comments on commit 4c284f7

Please sign in to comment.