tables: Define license

This commit is contained in:
Andreas Herrmann
2014-07-05 21:41:04 +02:00
parent 01e2ed000b
commit ddfdd85171
@@ -52,5 +52,6 @@ buildPythonPackage rec {
meta = { meta = {
description = "Hierarchical datasets for Python"; description = "Hierarchical datasets for Python";
homepage = "http://www.pytables.org/"; homepage = "http://www.pytables.org/";
license = stdenv.lib.licenses.bsd2;
}; };
} }