1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-03 16:04:29 -05:00
libkernaux/bindings/python/setup.cfg

25 lines
650 B
INI
Raw Normal View History

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
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