Remove deprecated 'requires' setuptools parameter

pull/170/head
Andrew Port 2021-11-09 18:45:31 -08:00
parent 5b9ee30544
commit bbf75d0b5a
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ setup(name='svgpathtools',
license='MIT',
install_requires=['numpy', 'svgwrite', 'scipy'],
platforms="OS Independent",
requires=['numpy', 'svgwrite', 'scipy'],
keywords=['svg', 'svg path', 'svg.path', 'bezier', 'parse svg path', 'display svg'],
classifiers=[
"Development Status :: 4 - Beta",