Merge new repo-based skeleton
This commit is contained in:
@@ -5,4 +5,4 @@
|
|||||||
History
|
History
|
||||||
*******
|
*******
|
||||||
|
|
||||||
.. include:: ../CHANGES.txt
|
.. include:: ../CHANGES.rst
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Welcome to wolframalpha documentation!
|
Welcome to wolframalpha documentation!
|
||||||
========================================
|
======================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
4
setup.py
4
setup.py
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Generated by jaraco.develop 2.23
|
# Generated by jaraco.develop 2.27.1
|
||||||
# https://pypi.python.org/pypi/jaraco.develop
|
# https://pypi.python.org/pypi/jaraco.develop
|
||||||
|
|
||||||
import io
|
import io
|
||||||
@@ -7,7 +7,7 @@ import sys
|
|||||||
|
|
||||||
import setuptools
|
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()
|
long_description = readme.read()
|
||||||
|
|
||||||
needs_pytest = {'pytest', 'test'}.intersection(sys.argv)
|
needs_pytest = {'pytest', 'test'}.intersection(sys.argv)
|
||||||
|
0
skeleton/__init__.py
Normal file
0
skeleton/__init__.py
Normal file
Reference in New Issue
Block a user