File: setup.cfg

package info (click to toggle)
python-websocketd 0.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: python: 1,309; javascript: 382; sh: 23; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
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 = websocket-httpd
version = 0.5
author = Bas Wijnen
author_email = wijnen@debian.org
description = module for creating a http server which uses WebSockets
long_description = file:README.md
long_description_content_type = text/markdown
license = AGPL3+
license_files =
	debian/copyright
url = https://github.com/wijnen/python-websocketd
project_urls =
	Bug Tracker = https://github.com/wijnen/python-websocketd/issues
classifiers =
	Programming Language :: Python :: 3
	License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
	Intended Audience :: Developers
	Development Status :: 4 - Beta
	Operating System :: OS Independent
	Topic :: System :: Networking
	Topic :: Internet :: WWW/HTTP :: HTTP Servers

[options]
zip_safe = False
package_dir =
	=src
packages = find:
python_requires = >=3
install_requires =
	fhs-paths
	network-wrapper
include_package_data = True

[options.packages.find]
where = src

[options.package_data]
* = *.js