Skip to content

Commit

Permalink
py26 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jbremer committed Oct 25, 2016
1 parent 292348d commit 774dce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python

python:
- 2.6
- 2.7

install:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"sflock.data",
],
entry_points={
"console_scripts": {
"console_scripts": [
"sflock = sflock.main:main",
},
],
},
url="http://sflock.org/",
license="GPLv3",
Expand Down

0 comments on commit 774dce5

Please sign in to comment.