Merge new repo-based skeleton

master
Jason R. Coombs 8 years ago
commit 434c077887
  1. 2
      docs/history.rst
  2. 2
      docs/index.rst
  3. 4
      setup.py
  4. 0
      skeleton/__init__.py

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

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

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

Loading…
Cancel
Save