docs: use markdown for readme file
This commit is contained in:
parent
6058838239
commit
b119a8eee5
3 changed files with 12 additions and 15 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
exec(open(os.path.join(here, 'rattail_fabric', '_version.py')).read())
|
||||
README = open(os.path.join(here, 'README.rst')).read()
|
||||
README = open(os.path.join(here, 'README.md')).read()
|
||||
|
||||
|
||||
requires = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue