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)",