File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## 0.2.3
4- Clarified exception messages
4+ - Clarified exception messages
5+ - Fixed Python 2.7 issues
56
67## 0.2.2
78Fixed version issues
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- from __future__ import print_function
3+ from __future__ import print_function , unicode_literals
44import io
55import json
66import logging
Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ def get_requirements():
2929 'Intended Audience :: Developers' ,
3030 'Intended Audience :: System Administrators' ,
3131 'Programming Language :: Python' ,
32+ 'Programming Language :: Python :: 2' ,
33+ 'Programming Language :: Python :: 2.7' ,
34+ 'Programming Language :: Python :: 3' ,
3235 'Programming Language :: Python :: 3.6' ,
3336 'Programming Language :: Python :: 3.7' ,
34- 'Programming Language :: Python' ,
3537 'Operating System :: OS Independent' ,
3638 'Topic :: Communications :: File Sharing' ,
3739 'Topic :: Security' ,
You can’t perform that action at this time.
0 commit comments