Skip to content

Commit

Permalink
Readme update, publishing tool and requirements for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Mar 12, 2017
1 parent 90749a5 commit fdc55b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Value Object
:Info: DDD Value Objects implementation.
:Author: Paweł Zadrożny <[email protected]>

Installation:
=============
Installation
============

.. code:: bash
pip install vo
Expand All @@ -19,6 +20,7 @@ Example
=======

.. code:: python
from vo.Value import Value
value1 = Value(test=True, some_text="I am some text string")
Expand Down
3 changes: 3 additions & 0 deletions bin/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python setup.py sdist upload
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nose==1.3.7
coverage==4.3.4

0 comments on commit fdc55b1

Please sign in to comment.