Development use
===============

  $ pip install -e .
  $ epbdcalc
  
  or
  
  $ python -m epbdcalc

HOWTO publish new versions
==========================

To publish a new version,

  1) Update version info in NEWS.txt and pyepbd/__init__.py
  2) Run 'make' to build executable and installer
  3) Test executable in build/exe.mingw-2.7/epbdcalc.exe
  4) Test installer

