2
0
Daniel Gatis 2 жил өмнө
parent
commit
808a64b8eb
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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",