libkernaux/bindings/python/setup.cfg

25 lines
650 B
INI
Raw Normal View History

2022-01-24 22:02:34 +00:00
[metadata]
name = kernaux
version = 0.0.0
author = Alex Kotov
author_email = kotovalexarian@gmail.com
2022-01-29 21:13:39 +00:00
description = Binding to libkernaux - auxiliary library for kernel development
2022-01-24 22:02:34 +00:00
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tailix/libkernaux/tree/master/bindings/python
2022-01-24 22:02:34 +00: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