-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (37 loc) · 1008 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
35
36
37
38
39
[metadata]
name = pplay
author = goriy
author_email = [email protected]
url = https://github.com/goriy/pplay
description = Python audio player
license = MIT License
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: Public Domain
Natural Language :: English
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: Unix
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Video
Topic :: System :: Archiving
platforms = any
long_description = file: README.md
[options]
zip_safe = True
python_requires = >=3.4,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,
install_requires =
mutagen
packages =
ppplay
#py_modules =
# vgen
[bdist_wheel]
universal=0
#python-tag=py3