Skip to content

Commit 0efc3fe

Browse files
author
pguridi
committed
added missing result_languages.txt reference in setup.py package_data configuration
1 parent 983e7de commit 0efc3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/opsdisk/yagooglesearch",
1515
packages=setuptools.find_packages(),
16-
package_data={"yagooglesearch": ["user_agents.txt"]},
16+
package_data={"yagooglesearch": ["user_agents.txt", "result_languages.txt"]},
1717
install_requires=[
1818
"beautifulsoup4>=4.9.3",
1919
"requests>=2.31.0",

0 commit comments

Comments
 (0)