1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-17 20:42:40 +00:00
kloop/setup.cfg

25 lines
594 B
INI
Raw Normal View History

2022-03-19 21:20:40 +00:00
[metadata]
name = kLoop
2022-04-30 12:39:05 +00:00
version = 0.2.0
2022-03-19 21:20:40 +00:00
author = Fantix King
author_email = fantix.king@gmail.com
description = An asyncio event loop using Linux io_uring and kTLS.
2022-04-19 22:48:02 +00:00
long_description = file: README.en.md
2022-03-19 21:20:40 +00:00
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:
2022-04-30 12:39:05 +00:00
python_requires = >=3.10
2022-03-19 21:20:40 +00:00
[options.packages.find]
where = src