Update setup.py

This commit is contained in:
Andrei 2023-03-20 01:58:21 +03:00
parent c4b3acf70f
commit 2ad9a99047
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ setup(
name=NAME,
version=VERSION,
author=AUTHOR,
packages=["python3_anticaptcha"],
packages=["python3_anticaptcha", "python3_anticaptcha.core"],
install_requires=REQUIRED,
description=DESCRIPTION,
long_description=long_description,