generated from Lerking/python-module-repo-template
25 lines
670 B
INI
25 lines
670 B
INI
[metadata]
|
|
# replace with your username:
|
|
name = pluginlib
|
|
version = 0.0.1
|
|
author = Jan Lerking
|
|
author_email = jlg.subscriptions@gmail.com
|
|
description = Package for plugin-architecture
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitpot-lerking.servehttp.com/Lerking/pluginlib
|
|
project_urls =
|
|
Bug Tracker = https://gitpot-lerking.servehttp.com/Lerking/pluginlib/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.12
|
|
|
|
[options.packages.find]
|
|
where = src |