Skip to content

Commit 7cf6850

Browse files
committed
Fix formatting in setup.py
1 parent 1cb027f commit 7cf6850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self):
4242
license="MIT License",
4343
description="Bringing all of PostgreSQL's awesomeness to Django.",
4444
long_description=README,
45-
long_description_content_type='text/x-rst',
45+
long_description_content_type="text/x-rst",
4646
url="https://github.com/SectorLabs/django-postgres-extra",
4747
author="Sector Labs",
4848
author_email="[email protected]",

0 commit comments

Comments
 (0)