-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Hi,
from setuptools 46.0, Feature support was completely removed: pypa/setuptools@c719690 and pypa/setuptools#1979.
There are some Feature usages in this module:
Line 2 in 8e2c948
| from setuptools import setup, Extension, Feature |
Line 19 in 8e2c948
| 'performance': Feature( |
So suppose these should be removed. Thanks.
aizvorski, c-arthurs and hugovk