Skip to content

Commit

Permalink
Update azure-pipelines.yml, setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe committed May 6, 2021
1 parent b985636 commit 9988cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 9988cf1

Please sign in to comment.