-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
40 lines (37 loc) · 1.01 KB
/
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
[metadata]
name = audius-terminal-player
version = 1.1.0
url = https://github.com/AudiusProject/audius-terminal-player
author = C.S. Jiang, Cheran
author_email = [email protected]
# For a list of valid classifiers, see https://pypi.org/classifiers/
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
license_files = LICENSE
description = Audius Terminal Music Player
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find_namespace:
package_dir =
=.
python_requires = >=3.9,<4
install_requires =
certifi==2021.10.8
charset-normalizer==2.0.9
idna==3.3
pathspec==0.9.0
py-cui==0.1.4
requests==2.26.0
tomli==1.2.3
urllib3==1.26.7
[options.packages.find]
where = .
[options.entry_points]
console_scripts =
audius = src:main