diff --git a/README.rst b/docs/README.rst similarity index 100% rename from README.rst rename to docs/README.rst diff --git a/setup.py b/setup.py index e31e359..20e748d 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # along with this program. If not, see . from setuptools import setup -with open('README.rst', encoding='utf-8') as f: +with open('docs/README.rst', encoding='utf-8') as f: readme = f.read()