Author: Michael R. Crusoe <crusoe@debian.org>
Description: Remove .py extensions as per Debian policy
  This patch is deactivated since this is differently organised in upstream
  code and inside Debian Med we decided to derive from policy (see
     https://lists.debian.org/debian-med/2018/06/msg00043.html)
Forwarded: not-needed

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,7 +48,7 @@ changelog = "https://github.com/me/spam/
 #"skg_convert.py" = "scripts.skg_convert"
 #"snpfilter.sh" = "scripts/snpfilter.sh"
 # -- from setup.py --
-#   scripts=[join(DIR, 'cnvkit.py')] + glob(join(DIR, 'scripts/*.py')),
+#   scripts=[join(DIR, 'cnvkit')] + glob(join(DIR, 'scripts/*')),
 
 [build-system]
 # Minimum requirements for the build system to execute (PEP 508)
