mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 20:08:29 +03:00
Add README to package metadata
This commit is contained in:
7
setup.py
7
setup.py
@@ -1,9 +1,16 @@
|
||||
import os.path
|
||||
import setuptools
|
||||
|
||||
|
||||
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as fp:
|
||||
readme = fp.read()
|
||||
|
||||
|
||||
setuptools.setup(
|
||||
name = 'snscrape',
|
||||
description = 'A social networking service scraper',
|
||||
long_description = readme,
|
||||
long_description_content_type = 'text/markdown',
|
||||
author = 'JustAnotherArchivist',
|
||||
url = 'https://github.com/JustAnotherArchivist/snscrape',
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user