-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
40 lines (36 loc) · 1.07 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
# Copyright (C) 2024 A. Iooss
# SPDX-License-Identifier: CC0-1.0
[metadata]
name = galene-stream
long_description = file: README.md
long_description_content_type = text/markdown
description = Gateway to send streams to Galène videoconference server.
maintainer = erdnaxe
maintainer_email = [email protected]
url = https://github.com/erdnaxe/galene-stream
keywords = galene, stream, rtmp, srt, webrtc, gstreamer
license = MIT
license_files = LICENSES/MIT.txt,LICENSES/CC0-1.0.txt
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
include_package_data = True
install_requires =
websockets
PyGObject
[options.entry_points]
console_scripts =
galene-stream = galene_stream.__main__:main
[bdist_wheel]
; pure python
universal = 1