Skip to content

Commit

Permalink
Add now-required long description content type field to setup() call
Browse files Browse the repository at this point in the history
  • Loading branch information
banagale committed May 12, 2020
1 parent 2a66b84 commit f71cddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
url='https://github.com/furious-luke/django-address',
description='A django application for describing addresses.',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 3 - Alpha',
'Framework :: Django',
Expand Down

0 comments on commit f71cddd

Please sign in to comment.