forked from casualsnek/onthespot
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
30 lines (26 loc) · 759 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
[metadata]
name = onthespot
version = 1.0.5
description = A simple and easy to use media downloader.
long_description = file: README.md
long_description_content_type = text/markdown
author = Justin Donofrio
author_email = [email protected]
url = https://github.com/justin025/onthespot
keywords = music, downloader, audio, onthespot
license = GPL-2.0 License
[options]
package_dir=
=src
python_requires = >= 3.0
packages = find:
install_requires = file:requirements.txt
[options.entry_points]
console_scripts =
onthespot-cli = onthespot.cli:main
onthespot-web = onthespot.web:main
onthespot-gui = onthespot.__init__:main
[options.packages.find]
where=src
[options.package_data]
* = *.ui, *.png, *.desktop, *.qm, *.html, *.css, *.ico