Skip to content

Commit 74c069c

Browse files
committed
Clean up
1 parent 2178dbd commit 74c069c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
41
"""SPORCO package configuration."""
52

6-
from __future__ import print_function
73
from builtins import next
84
from builtins import filter
95

@@ -80,7 +76,6 @@
8076
package_data = {'sporco': ['data/*.png', 'data/*.jpg', 'data/*.npz']},
8177
data_files = data,
8278
include_package_data = True,
83-
setup_requires = ['future'],
8479
install_requires = install_requires,
8580
extras_require = {
8681
'tests': tests_require,

0 commit comments

Comments
 (0)