Skip to content

Commit

Permalink
change to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowzz95 committed Jul 14, 2019
1 parent d7e81f3 commit 678a817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
=====
Weapp auth
=====
#Weapp Auth

Weapp auth is a Django app that helps to handle wechat mini program login and user info updating logic.

Expand Down
5 changes: 3 additions & 2 deletions 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.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()

# allow setup.py to be run from any path
Expand All @@ -15,6 +15,7 @@
license='BSD License',
description='A helper Django app that handles wechat mini program login and user info updating logic',
long_description=README,
long_description_content_type='text/markdown',
url='https://blog.mimimi.fun/',
author='Meowzz95',
author_email='[email protected]',
Expand All @@ -23,7 +24,7 @@
'Framework :: Django',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: BSD License',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 678a817

Please sign in to comment.