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

25 lines
589 B
INI
Raw Permalink Normal View History

2022-03-19 21:20:40 +00:00
[metadata]
name = kLoop
version = 0.1.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.
long_description = file: README.md
2022-03-19 21:20:40 +00:00
long_description_content_type = text/markdown
2022-07-02 20:10:08 +00:00
url = https://gitee.com/fantix/kloop
2022-03-19 21:20:40 +00:00
project_urls =
2022-07-02 20:10:08 +00:00
Bug Tracker = https://gitee.com/fantix/kloop/issues
2022-03-19 21:20:40 +00:00
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