Milosz Wasilewski | 435fa23 | 2025-04-29 18:36:54 +0100 | [diff] [blame] | 1 | [build-system] |
| 2 | requires = [ |
| 3 | "setuptools", |
| 4 | "mkdocs>=1.1", |
| 5 | "tags-macros-plugin@git+https://github.com/mwasilew/mkdocs-plugin-tags.git" |
| 6 | ] |
| 7 | build-backend = "setuptools.build_meta" |
| 8 | |
| 9 | [project] |
| 10 | name = "mkdocs-test-definitions-plugin" |
| 11 | version = "1.5" |
| 12 | keywords = [ |
| 13 | "mkdocs", |
| 14 | "python", |
| 15 | "markdown", |
| 16 | "wiki" |
| 17 | ] |
| 18 | requires-python = ">=3.5" |
| 19 | license = "GPL-2.0-or-later" |
| 20 | |
| 21 | authors = [ |
| 22 | {name = "Milosz Wasilewski", email = "milosz.wasilewski@oss.qualcomm.com"} |
| 23 | ] |
| 24 | |
| 25 | [project.urls] |
| 26 | Repository = "https://github.com/linaro/test-definitions" |
| 27 | GitHub = "https://github.com/linaro/test-definitions" |
| 28 | |
| 29 | [project.entry-points."mkdocs.plugins"] |
| 30 | linaro-test-definitions = "testdefinitionsmkdocs:LinaroTestDefinitionsMkDocsPlugin" |