Skip to content

Commit

Permalink
Use the reStructuredText documentation on PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed May 8, 2019
1 parent deb5096 commit 1d93926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README LICENSE
include README.rst LICENSE
recursive-include identity *.py
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import find_packages, setup

with open(os.path.join(os.path.dirname(__file__), 'README')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

# allow setup.py to be run from any path
Expand All @@ -15,6 +15,7 @@
license = 'Apache 2.0 License',
description = 'Django middleware for handling of external identities.',
long_description = README,
long_description_content_type = 'text/x-rst',
url = 'https://github.com/adelton/django-identity-external',
author = 'Jan Pazdziora',
author_email = '[email protected]',
Expand Down

0 comments on commit 1d93926

Please sign in to comment.