We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2178dbd commit 74c069cCopy full SHA for 74c069c
setup.py
@@ -1,9 +1,5 @@
1
-#!/usr/bin/env python
2
-# -*- coding: utf-8 -*-
3
-
4
"""SPORCO package configuration."""
5
6
-from __future__ import print_function
7
from builtins import next
8
from builtins import filter
9
@@ -80,7 +76,6 @@
80
76
package_data = {'sporco': ['data/*.png', 'data/*.jpg', 'data/*.npz']},
81
77
data_files = data,
82
78
include_package_data = True,
83
- setup_requires = ['future'],
84
79
install_requires = install_requires,
85
extras_require = {
86
'tests': tests_require,
0 commit comments