about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hupper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hupper/default.nix')
-rw-r--r--pkgs/development/python-modules/hupper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/hupper/default.nix b/pkgs/development/python-modules/hupper/default.nix
index ccd9e5aa45e14..315370de4c2c5 100644
--- a/pkgs/development/python-modules/hupper/default.nix
+++ b/pkgs/development/python-modules/hupper/default.nix
@@ -33,6 +33,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "In-process file monitor/reloader for reloading your code automatically during development";
+    mainProgram = "hupper";
     homepage = "https://github.com/Pylons/hupper";
     license = licenses.mit;
     maintainers = with maintainers; [ ];