Update setup.py
This commit is contained in:
parent
c4b3acf70f
commit
2ad9a99047
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue