summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-11-07 21:06:27 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-11-07 21:06:27 -0300
commitbda5fe5079cc87cba2e2d2699520cefb8521e634 (patch)
treeacde495a308de5b3b1f0cb1cc3c82d003c346b50
parentd2b1070086953dfca4042406796f0f121303e2c9 (diff)
downloadpint-bda5fe5079cc87cba2e2d2699520cefb8521e634.tar.gz
Improved docs
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 39682eb..525db31 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,7 @@ Pint: a Python units library
Pint is Python package to define, operate and manipulate **physical quantities**: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units.
-It is distributed with a comprehensive list of physical units, prefixes and constants. Due to its modular design, you can extend (or even rewrite!) the complete list without changing the source code.
+It is distributed with a comprehensive list of physical units, prefixes and constants. Due to its modular design, you can extend (or even rewrite!) the complete list without changing the source code. It supports a lot of numpy mathematical operations without monkey patching or wrapping numpy.
It has a complete test coverage. It runs in Python 2.6+ and 3.2+ with no other dependency. It licensed under BSD.