Skip to content

Commit

Permalink
switch to md
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 21, 2022
1 parent 07d0620 commit c25f2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,2 +1,2 @@
include LICENSE
include README.rst
include README.md
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -73,7 +73,8 @@ def run(self):
"A Django application to archive real-time earthquake "
"notifications from the USGS's Advanced National Seismic System"
),
long_description=read("README.rst"),
long_description=read("README.md"),
long_description_content_type="text/markdown",
author="Ben Welsh",
author_email="b@palewi.re",
url="https://palewi.re/docs/django-anss-archive/",
Expand Down

0 comments on commit c25f2de

Please sign in to comment.