1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-18 04:52:41 +00:00
kloop/setup.cfg
2022-03-19 17:26:56 -04:00

25 lines
590 B
INI

[metadata]
name = kLoop
version = 0.0.1
author = Fantix King
author_email = fantix.king@gmail.com
description = An asyncio event loop using Linux io_uring and kTLS.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/fantix/kloop
project_urls =
Bug Tracker = https://github.com/fantix/kloop/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved
Operating System :: POSIX :: Linux
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
[options.packages.find]
where = src