mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-18 10:50:34 +03:00
change README.md to README.rst in setup.py
This commit is contained in:
parent
58e1f70e03
commit
034f9f6633
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ except ImportError:
|
||||||
import os
|
import os
|
||||||
|
|
||||||
here = os.path.dirname(os.path.abspath(__file__))
|
here = os.path.dirname(os.path.abspath(__file__))
|
||||||
f = open(os.path.join(here, 'README.md'))
|
f = open(os.path.join(here, 'README.rst'))
|
||||||
long_description = f.read().strip()
|
long_description = f.read().strip()
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user