-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 780 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = youtube-comment-downloader
version = 0.1
description = Simple script for downloading Youtube comments without using the Youtube API
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license-file = LICENSE
url = https://github.com/egbertbouman/youtube-comment-downloader
author = Egbert Bouman
author_email = ebouman@gmail.com
classifiers =
License :: OSI Approved :: MIT License
Environment :: Console
Programming Language :: Python :: 2
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
dateparser
requests
[options.packages.find]
exclude =
tests
[options.entry_points]
console_scripts =
youtube-comment-downloader = youtube_comment_downloader:main