diff --git a/dist/backgroundremover-0.2.2-py2.py3-none-any.whl b/dist/backgroundremover-0.2.2-py2.py3-none-any.whl new file mode 100644 index 0000000..6500e6f Binary files /dev/null and b/dist/backgroundremover-0.2.2-py2.py3-none-any.whl differ diff --git a/dist/backgroundremover-0.2.2.tar.gz b/dist/backgroundremover-0.2.2.tar.gz new file mode 100644 index 0000000..f23d3b8 Binary files /dev/null and b/dist/backgroundremover-0.2.2.tar.gz differ diff --git a/setup.cfg b/setup.cfg index 1070e2c..dadae66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,3 @@ # This includes the license file(s) in the wheel. # https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file license_files = LICENSE.txt - -[bdist_wheel] -universal=1 diff --git a/setup.py b/setup.py index 52ad9ec..0bf18e4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="backgroundremover", version="0.2.2", - description="Background remover from image and video", + description="Background remover from image and video using AI", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/nadermx/backgroundremover",