-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (39 loc) · 853 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
43
[metadata]
name = hashAmatic
version = 0.14.1
description = Python Bot
author = Tim
author_email = [email protected]
license = MIT License
licence_file = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
[options]
package_dir =
= src
packages = find:
install_requires =
pillow
cmd2
twitter
pytumblr2
Mastodon.py
speedtest-cli
uk-bin-day @ git+ssh://[email protected]/snail-coupe/uk-bin-day.git
bs4
requests
lxml
pyyaml
tendo
include_package_data = True
[options.packages.find]
where = src
[options.package_data]
hashamatic.resources = *.png, words.txt
[options.entry_points]
console_scripts =
hashamatic = hashamatic.cli:main
rssbot = hashamatic.rssbot:main