forked from Yetangitu/Spodcast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (30 loc) · 782 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
[metadata]
name = spodcast
version = 0.5.2
description = A caching Spotify podcast to RSS proxy.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/Yetangitu/spodcast.git
project_urls =
Bug Tracker = https://github.com/Yetangitu/spodcast/issues
author = yetangitu
author_email = [email protected]
licence = GPLv3
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.9
Programming Language :: PHP
platforms = any
[options]
packages =
spodcast
install_requires =
librespot >= 0.0.9
pybase62
ffmpeg-python
setuptools
include_package_data =
True
[options.entry_points]
console_scripts:
spodcast = spodcast.__main__:main