Skip to content

Commit

Permalink
remove setuptools from install_requires (#118)
Browse files Browse the repository at this point in the history
pkg_resources is no longer used
  • Loading branch information
dotlambda committed Aug 27, 2024
1 parent 0585a7b commit b53cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
provides=["imageio_ffmpeg"],
python_requires=">=3.5",
setup_requires=[],
install_requires=["setuptools"],
install_requires=[],
packages=["imageio_ffmpeg", "imageio_ffmpeg.binaries"],
package_data={"imageio_ffmpeg.binaries": ["*.*"]},
include_package_data=True,
Expand Down

0 comments on commit b53cbc5

Please sign in to comment.