mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 20:08:29 +03:00
Rename from socialmediascraper to snscrape
This commit is contained in:
8
setup.py
8
setup.py
@@ -2,14 +2,14 @@ import setuptools
|
||||
|
||||
|
||||
setuptools.setup(
|
||||
name = 'socialmediascraper',
|
||||
name = 'snscrape',
|
||||
version = '0.0-dev',
|
||||
description = 'A social media scraper',
|
||||
packages = ['socialmediascraper'],
|
||||
description = 'A social network service scraper',
|
||||
packages = ['snscrape'],
|
||||
install_requires = ['requests', 'lxml', 'beautifulsoup4'],
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'smscrape = socialmediascraper.cli:main',
|
||||
'snscrape = snscrape.cli:main',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user