Merge new repo-based skeleton

This commit is contained in:
Jason R. Coombs 2015-12-19 22:45:12 -05:00
commit 434c077887
4 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@
History
*******
.. include:: ../CHANGES.txt
.. include:: ../CHANGES.rst

View File

@ -1,5 +1,5 @@
Welcome to wolframalpha documentation!
========================================
======================================
.. toctree::
:maxdepth: 1

View File

@ -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)

0
skeleton/__init__.py Normal file
View File