Skip to content

Commit

Permalink
Add setuptools dependency (imageio#94)
Browse files Browse the repository at this point in the history
* Add setuptools dependency

* also update classifiers

* test

* remove pip dep

* put setuptools back
  • Loading branch information
almarklein authored Sep 12, 2023
1 parent 69a9808 commit 790cc18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
platforms="any",
provides=["imageio_ffmpeg"],
python_requires=">=3.5",
setup_requires=["pip>19"],
install_requires=[],
setup_requires=[],
install_requires=["setuptools"],
packages=["imageio_ffmpeg"],
package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},
package_data={"imageio_ffmpeg": ["binaries/*.*"]},
Expand All @@ -81,5 +81,6 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit 790cc18

Please sign in to comment.