1
1
Fork 0
mirror of https://github.com/McSinyx/palace synced 2023-12-14 09:02:59 +01:00
palace/setup.cfg

31 lines
968 B
INI
Raw Normal View History

[metadata]
name = palace
2020-04-28 17:46:24 +02:00
version = 0.1.5
url = https://github.com/McSinyx/palace
author = Nguyễn Gia Phong
2020-04-09 10:05:06 +02:00
author_email = mcsinyx@disroot.org
classifiers =
2020-04-01 10:17:23 +02:00
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Cython
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Multimedia :: Sound/Audio
Topic :: Software Development :: Libraries
Typing :: Typed
license = LGPLv3+
license_file = LICENSE
description = Pythonic Audio Library and Codecs Environment
long_description = file: README.md
long_description_content_type = text/markdown
keywords = openal, alure, hrtf
[options]
zip_safe = False
python_requires = >=3.6