-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
34 lines (30 loc) · 836 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
[metadata]
name = thug-memes
author = Jerry Pussinen
author-email = [email protected]
url = https://github.com/jerry-git/thug-memes
summary = command line tool for creating awesome thug memes
description-file = README.rst
classifier =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[entry_points]
console_scripts =
meme = thug.cli:meme
thug = thug.cli:thug_meme
[files]
packages_root = src
data_files =
detection = src/thug/detect/data/*
meme = src/thug/meme/data/*
conf = src/thug/default.conf
[wheel]
universal = 1
[options.extras_require]
dlib =
dlib>=19.9.0