about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tabcmd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tabcmd/default.nix')
-rw-r--r--pkgs/development/python-modules/tabcmd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/tabcmd/default.nix b/pkgs/development/python-modules/tabcmd/default.nix
index b0180cffa7b4d..2f7574a32f955 100644
--- a/pkgs/development/python-modules/tabcmd/default.nix
+++ b/pkgs/development/python-modules/tabcmd/default.nix
@@ -90,6 +90,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A command line client for working with Tableau Server.";
+    mainProgram = "tabcmd";
     homepage = "https://github.com/tableau/tabcmd";
     changelog = "https://github.com/tableau/tabcmd/releases/tag/v${version}";
     license = licenses.mit;