Skip to content

Commit

Permalink
modify setuptools files
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 8, 2016
1 parent 70ac0a2 commit 3af4ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_ .

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3af4ab3

Please sign in to comment.