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

Commit 8affc58

Browse files
committed
needed for uploading with python3
1 parent 7741c4d commit 8affc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '3.1.6'
1+
version = '3.1.7'
22

33
from setuptools import setup
44

@@ -32,6 +32,6 @@
3232
packages = ['pymarc'],
3333
install_requires = install_requires,
3434
description = 'read, write and modify MARC bibliographic data',
35-
classifiers = filter(None, classifiers.split('\n')),
35+
classifiers = list(filter(None, classifiers.split('\n'))),
3636
test_suite = 'test',
3737
)

0 commit comments

Comments
 (0)