Browse Source

refactoring

Daniel Gatis 2 years ago
parent
commit
808a64b8eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -34,7 +34,7 @@ setup(
         "Programming Language :: Python :: 3.10",
     ],
     keywords="remove, background, u2net",
-    packages=["rembg"],
+    packages=["rembg", "rembg.sessions", "rembg.commands"],
     python_requires=">3.7, <3.11",
     install_requires=[
         "aiohttp>=3.8.1",