1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-18 16:28:16 +00:00
kloop/setup.cfg
Fantix King eca322da58
Add dev steps in README
* Also fixed issues in setup.cfg
* Dropped unnecessary deps in Cargo.toml
2022-06-26 11:48:34 -04:00

25 lines
591 B
INI

[metadata]
name = kLoop
version = 0.1.0
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.10
[options.packages.find]
where = src