-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 915 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 = streamsort
version = 0.2.1a1
url = https://github.com/IdmFoundInHim/streamsort
author = IdmFoundInHim
author_email = [email protected]
keywords = playlists music backup shuffle
classifiers =
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 3 - Alpha
Natural Language :: English
Topic :: Multimedia :: Sound/Audio
Typing :: Typed
license = MIT
description = Power tools for your playlists
long_description = file: README.md, LICENSE
long_description_content_type="text/markdown",
[options]
install_requires = # Licenses
requests >=2.22.0 # Apache
spotipy ~=2.15 # MIT
more-itertools >=8.0.0 # MIT
frozendict >=2.0.0 # LGPL
python_requires = >=3.10
packages = find:
include_package_data = True
[options.package_data]
streamsort = README.md