Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
needed for uploading with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jul 26, 2017
1 parent 7741c4d commit 8affc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '3.1.6'
version = '3.1.7'

from setuptools import setup

Expand Down Expand Up @@ -32,6 +32,6 @@
packages = ['pymarc'],
install_requires = install_requires,
description = 'read, write and modify MARC bibliographic data',
classifiers = filter(None, classifiers.split('\n')),
classifiers = list(filter(None, classifiers.split('\n'))),
test_suite = 'test',
)

0 comments on commit 8affc58

Please sign in to comment.