-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (30 loc) · 805 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 = aiocast
version = attr: aiocast._version.__version__
author = Philippe Duval
author_email = t4rk@outlook.com
description = Cast videos to chromecast from the commandline.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = cli, async, chromecast
license = MIT
url = https://github.com/T4rk1n/aiocast
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
License :: OSI Approved :: MIT License
[options]
packages = find:
install_requires =
precept==0.3.0
aiohttp==3.5.4
pychromecast==3.2.1
appdirs==1.4.3
aiohttp-cors==0.7.0
[options.packages.find]
exclude =
tests
[options.entry_points]
console_scripts =
aiocast = aiocast._cli:cli