-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (38 loc) · 960 Bytes
/
setup.cfg
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
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = redd-harvest
version = attr: redd_harvest.version.__version__
url = https://github.com/pyqlsa/redd-harvest
author = pyqlsa
description = Download media from Reddit posts.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
keywords = reddit, download
license = MIT
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Topic :: Utilities
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = False
package_dir=
=src
packages = find:
install_requires =
click ==8.1.7
filetype ==1.2.0
praw ==7.7.1
PyYaml ==6.0.1
requests ==2.32.3
tqdm ==4.66.4
python_requires = >=3.10
[options.entry_points]
console_scripts =
redd-harvest = redd_harvest.harvest:main
[options.packages.find]
where=src
[options.package_data]
redd_harvest.data =
example.yml