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

32 lines
997 B
INI
Raw Normal View History

[metadata]
name = palace
version = 0.2.1
2020-06-19 09:34:28 +02:00
url = https://mcsinyx.github.io/palace
author = Nguyễn Gia Phong
2020-04-09 10:05:06 +02:00
author_email = mcsinyx@disroot.org
classifiers =
2020-05-02 16:07:02 +02:00
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
2020-05-02 16:07:02 +02:00
Operating System :: MacOS
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_files = 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