about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hatchling/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hatchling/default.nix')
-rw-r--r--pkgs/development/python-modules/hatchling/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/hatchling/default.nix b/pkgs/development/python-modules/hatchling/default.nix
index 6dca631c967e..49af4f0fb0ff 100644
--- a/pkgs/development/python-modules/hatchling/default.nix
+++ b/pkgs/development/python-modules/hatchling/default.nix
@@ -67,6 +67,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Modern, extensible Python build backend";
+    mainProgram = "hatchling";
     homepage = "https://hatch.pypa.io/latest/";
     changelog = "https://github.com/pypa/hatch/releases/tag/hatchling-v${version}";
     license = licenses.mit;