diff --git a/README.rst b/README.rst index 8775afd..1dd5cc9 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,8 @@ More types are supported, such as: - Enums - ... -Please read the test code to find more examples. +All the base types have a default example field. Please read the test +code to find more examples. .. |build status| image:: https://img.shields.io/travis/fcracker79/pycomb/master.svg?style=flat-square :target: https://travis-ci.org/fcracker79/pycomb diff --git a/setup.py b/setup.py index aea210c..6fce5e8 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,9 @@ def get_packages(path): packages = get_packages('pycomb') setup(name='pycomb', - version='0.1.14', + version='0.1.15', description='Python combination', + long_description=readfile('README.rst'), url='https://github.com/fcracker79/pycomb', author='fcracker79', author_email='fcracker79@gmail.com',