From 9988cf188a3642e41f24fddd4bc475140dd74b29 Mon Sep 17 00:00:00 2001 From: lcoombe Date: Wed, 5 May 2021 17:18:27 -0700 Subject: [PATCH] Update azure-pipelines.yml, setup.py --- azure-pipelines.yml | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b2c6de..d925627 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: HOMEBREW_NO_AUTO_UPDATE: 1 - script: | cd Examples - pylint long-to-linked-pe makeTSVfile.py + pylint makeTSVfile.py cd ../ displayName: Run pylint - script: make distcheck diff --git a/setup.py b/setup.py index 24e3b7a..2968d93 100755 --- a/setup.py +++ b/setup.py @@ -13,8 +13,7 @@ license="GPLv3", python_requires=">=3", scripts=[ - "Examples/makeTSVfile.py", - "Examples/long-to-linked-pe"], + "Examples/makeTSVfile.py"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",