2022-01-25 03:02:34 +05:00
|
|
|
[metadata]
|
|
|
|
name = kernaux
|
|
|
|
version = 0.0.0
|
|
|
|
author = Alex Kotov
|
|
|
|
author_email = kotovalexarian@gmail.com
|
2022-01-30 02:13:39 +05:00
|
|
|
description = Binding to libkernaux - auxiliary library for kernel development
|
2022-01-25 03:02:34 +05:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2022-06-09 04:25:27 +03:00
|
|
|
url = https://github.com/tailix/libkernaux/tree/master/bindings/python
|
2022-01-25 03:02:34 +05:00
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/tailix/libkernaux/issues
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: POSIX
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.8
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|