From aa48c83679bb4d78914e75f1a1599f71e9429778 Mon Sep 17 00:00:00 2001 From: fcracker79 Date: Sat, 23 Sep 2017 14:58:29 +0200 Subject: [PATCH] Added documentation for PyPI --- README.rst | 3 ++- setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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',