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
|