Skip to content

Commit

Permalink
setup.py: add long_description_content_type
Browse files Browse the repository at this point in the history
This fixes a twine warning.
  • Loading branch information
nikolas committed Oct 16, 2024
1 parent 5d01b2c commit 11bd1da
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 @@ -8,6 +8,7 @@
url='https://github.com/ccnmtl/ctlsettings',
description='Columbia CTL common Django base settings',
long_description='common settings we use across all our projects',
long_description_content_type='text/markdown',
install_requires=[
'django-cas-ng',
'django-debug-toolbar',
Expand Down

0 comments on commit 11bd1da

Please sign in to comment.