Skip to content

Commit

Permalink
python2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Oct 25, 2018
1 parent ebab476 commit 65467e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsru/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import print_function

import os
import json
import datetime
Expand Down
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
author_email='[email protected]',
url='https://github.com/loicdtx/landsat-espa-util',
license='GPLv3',
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
packages=find_packages(),
install_requires=[
'requests',
Expand Down

0 comments on commit 65467e7

Please sign in to comment.