Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
.idea
|
||||||
|
.pyc
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#sphinx-py3-api
|
||||||
|
|
||||||
|
##Installation
|
||||||
|
`pip install https://github.com/jar3b/sphinx-py3-api/zipball/master`
|
||||||
|
##Version
|
||||||
|
- Sphinx: 2.2.10
|
||||||
|
- Api: sphinxapi.py 4885 2015-01-20 07:02:07Z deogar
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='sphinx-py3-api',
|
||||||
|
version='0.0.1',
|
||||||
|
packages=['sphinxapi'],
|
||||||
|
url='https://github.com/jar3b/sphinx-py3-api',
|
||||||
|
license='MIT',
|
||||||
|
author='Sphinx Technologies Inc.',
|
||||||
|
author_email='',
|
||||||
|
description='Sphinxapi for python ported to py3'
|
||||||
|
)
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user