Clean up package version and python version support

The __version__ in __init__.py is not used, and is out of date.

setup.cfg is adjusted to show that python 3.4 receives no attention.

Change-Id: Iaeff8dca06b7c4de2eff497dc2f1e49c4ee1f5e4
This commit is contained in:
Chris Dent 2018-03-06 21:20:59 +00:00
parent f816e324b8
commit 4b87196837
2 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.1.1'
import collections

View File

@ -14,8 +14,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =