|
@@ -3,7 +3,7 @@ |
|
|
from setuptools import setup |
|
|
from setuptools import setup |
|
|
|
|
|
|
|
|
def readme(): |
|
|
def readme(): |
|
|
"""Returns the contents of README.md""" |
|
|
|
|
|
|
|
|
"""Returns the contents of README.rst""" |
|
|
|
|
|
|
|
|
with open('README.rst') as readme_file: |
|
|
with open('README.rst') as readme_file: |
|
|
return readme_file.read() |
|
|
return readme_file.read() |
|
|