Skip to content

Commit

Permalink
Fix syntax highlighting for readme in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Sep 28, 2020
1 parent 3dec4e5 commit 4018d79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ def get_version():
author_email='',
description='A pluggable django application that adds the ability for users to flag(or report) your models',
long_description=get_description(),
long_description_content_type='text/markdown',
url='https://github.com/abhiabhi94/django-flag-app',
project_urls={
'Documentation': 'https://django-flag-app.readthedocs.io',
'Source Code': 'https://github.com/abhiabhi94/django-flag-app',
},
packages=setuptools.find_packages(exclude=['docs', 'test*']),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 4018d79

Please sign in to comment.