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

25 lines
593 B
INI
Raw Normal View History

2022-03-19 21:20:40 +00:00
[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.
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:
python_requires = >=3.8
[options.packages.find]
where = src