python3Packages.python-engineio: update attributes
This commit is contained in:
parent
a47a63c0fb
commit
aeebcd7c8a
@ -48,9 +48,13 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "engineio" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Engine.IO server";
|
||||
description = "Python based Engine.IO client and server";
|
||||
longDescription = ''
|
||||
Engine.IO is a lightweight transport protocol that enables real-time
|
||||
bidirectional event-based communication between clients and a server.
|
||||
'';
|
||||
homepage = "https://github.com/miguelgrinberg/python-engineio/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user