python3Packages.aiohttp-remotes: update format

This commit is contained in:
Fabian Affolter 2022-01-20 09:55:15 +01:00 committed by Martin Weinelt
parent 653c2be451
commit 7bddf042d0

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiohttp-remotes";
version = "1.2.0";
format = "setuptools";
format = "flit";
disabled = pythonOlder "3.6";
@ -42,7 +42,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "A set of useful tools for aiohttp.web server";
description = "Set of useful tools for aiohttp.web server";
homepage = "https://github.com/wikibusiness/aiohttp-remotes";
license = licenses.mit;
maintainers = with maintainers; [ qyliss ];