Add pywinrm metadata

This commit is contained in:
Dario Bertini 2015-06-15 19:45:49 +01:00
parent 1c87fd82d4
commit 32616ae028
No known key found for this signature in database
GPG Key ID: B002EFE5F9B7F7F4

View File

@ -10604,6 +10604,12 @@ let
};
propagatedBuildInputs = with self; [ xmltodict isodate ];
meta = {
homepage = "http://github.com/diyan/pywinrm/";
description = "Python library for Windows Remote Management";
license = licenses.mit;
};
});