From 3af4ab3f0a0ff978bdf3b0b036c0ba7545e66419 Mon Sep 17 00:00:00 2001 From: tanbro Date: Fri, 8 Apr 2016 13:18:08 +0800 Subject: [PATCH] modify setuptools files --- README.rst | 2 ++ setup.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 363f38c..f90efa2 100644 --- a/README.rst +++ b/README.rst @@ -89,6 +89,8 @@ Good luck! Documentation ============= +Visit http://exosip2ctypes.readthedocs.org/ for the docs. + The project's API documentation is written inside the source code as `Docstring`_ , you shall build the documentation from source, using `sphinx-doc`_ . diff --git a/setup.py b/setup.py index 62e5395..1b44a04 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,10 @@ package_dir={'': 'src'}, # tell distutils packages are under src test_suite='exosip2ctypes.tests', description='libeXosip2 Python wrapper, using ctypes.', + long_description=open('README.rst').read(), author='Liu Xue Yan', author_email='realtanbro@gmai.com', - url='', + url='https://github.com/tanbro/exosip2ctypes', license='GPL', classifiers=[ # How mature is this project? Common values are