Skip to content

Commit

Permalink
fix: 馃悰 content type for long description
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed May 1, 2021
1 parent 93aaf99 commit 6720708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/bash

set -euxo pipefail

echo "----------Releasing $(python setup.py --version) --------------"

echo -e "\n------------- Upgrading dependecies ---------------------\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author = Abhyudai
author_email =
description = A pluggable django application that adds the ability for users to flag(or report) your models
long_description = file: README.rst
long_description_content_type = 'text/x-rst'
long_description_content_type = text/x-rst
url = https://github.com/abhiabhi94/django-flag-app
license = MIT
license_file = LICENSE
Expand Down

0 comments on commit 6720708

Please sign in to comment.