about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/camelot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/camelot/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/camelot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/camelot/default.nix b/nixpkgs/pkgs/development/python-modules/camelot/default.nix
index 392bdf9a7ec8..ae5a89e80166 100644
--- a/nixpkgs/pkgs/development/python-modules/camelot/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/camelot/default.nix
@@ -50,6 +50,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A Python library to extract tabular data from PDFs";
+    mainProgram = "camelot";
     homepage = "http://camelot-py.readthedocs.io";
     changelog = "https://github.com/camelot-dev/camelot/blob/v${version}/HISTORY.md";
     license = licenses.mit;