mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 20:38:29 +03:00
Fix snscrape.modules not getting installed
This commit is contained in:
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ setuptools.setup(
|
|||||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
],
|
],
|
||||||
packages = ['snscrape'],
|
packages = ['snscrape', 'snscrape.modules'],
|
||||||
install_requires = ['requests', 'lxml', 'beautifulsoup4'],
|
install_requires = ['requests', 'lxml', 'beautifulsoup4'],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|||||||
Reference in New Issue
Block a user