diff --git a/pkgs/development/python-modules/troposphere/default.nix b/pkgs/development/python-modules/troposphere/default.nix index 5f22ba776075..a22028fcbfd6 100644 --- a/pkgs/development/python-modules/troposphere/default.nix +++ b/pkgs/development/python-modules/troposphere/default.nix @@ -13,6 +13,7 @@ buildPythonPackage rec { pname = "troposphere"; version = "4.2.0"; + format = "setuptools"; disabled = pythonOlder "3.7"; @@ -48,5 +49,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ jlesquembre ]; license = licenses.bsd2; homepage = "https://github.com/cloudtools/troposphere"; + changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst"; }; }