Skip to content

Commit

Permalink
I think this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
nadermx committed May 5, 2023
1 parent 996b143 commit 2c9af9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="backgroundremover",
version="0.2.0",
version="0.2.1",
description="Background remover from image and video",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -23,7 +23,7 @@
"Programming Language :: Python :: 3 :: Only",
],
keywords="remove, background, u2net, remove background, background remover",
packages=["backgroundremover"],
packages=find_packages(),
python_requires=">=3.6, <4",
install_requires=requireds,
entry_points={
Expand Down

0 comments on commit 2c9af9b

Please sign in to comment.