Initial commit

This commit is contained in:
jar3b
2016-04-22 12:20:36 +03:00
commit a3581f9aa9
4 changed files with 1232 additions and 0 deletions

12
setup.py Normal file
View File

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