Skip to content

Commit

Permalink
Added documentation for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
fcracker79 committed Sep 23, 2017
1 parent 245e279 commit aa48c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit aa48c83

Please sign in to comment.