mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
python.pkgs.wsproto: add meta
This commit is contained in:
parent
2000ef604b
commit
e55e8fe3e3
@ -1,4 +1,4 @@
|
||||
{ buildPythonPackage, fetchPypi, h11, enum34, pytest }:
|
||||
{ lib, buildPythonPackage, fetchPypi, h11, enum34, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wsproto";
|
||||
@ -17,4 +17,9 @@ buildPythonPackage rec {
|
||||
py.test
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pure Python, pure state-machine WebSocket implementation";
|
||||
homepage = https://github.com/python-hyper/wsproto/;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user