diff --git a/docs/history.rst b/docs/history.rst index e3cd55d..907000b 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -5,4 +5,4 @@ History ******* -.. include:: ../CHANGES.txt +.. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index 92979c6..89868b8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ Welcome to wolframalpha documentation! -======================================== +====================================== .. toctree:: :maxdepth: 1 diff --git a/setup.py b/setup.py index 5b06513..953fa7f 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Generated by jaraco.develop 2.23 +# Generated by jaraco.develop 2.27.1 # https://pypi.python.org/pypi/jaraco.develop import io @@ -7,7 +7,7 @@ import sys import setuptools -with io.open('README.txt', encoding='utf-8') as readme: +with io.open('README.rst', encoding='utf-8') as readme: long_description = readme.read() needs_pytest = {'pytest', 'test'}.intersection(sys.argv) diff --git a/skeleton/__init__.py b/skeleton/__init__.py new file mode 100644 index 0000000..e69de29