File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .DS_Store
Original file line number Diff line number Diff line change 33setup (
44 name = "mkdocs-required-tags-plugin" ,
55 packages = find_packages (),
6+ version = "0.0.2" ,
7+ keywords = "mkdocs plugin tags required" ,
8+ url = "https://github.com/unmc-vcr/mkdocs-required-tags-plugin" ,
9+ author = "James Geiger" ,
10+ author_email = "james.geiger@unmc.edu" ,
11+ license = "MIT" ,
12+ python_requires = ">=3.8" ,
13+ classifiers = [
14+ "Programming Language :: Python :: 3" ,
15+ "Programming Language :: Python :: 3.8" ,
16+ "Programming Language :: Python :: 3.9" ,
17+ "Programming Language :: Python :: 3.10" ,
18+ "Programming Language :: Python :: 3.11" ,
19+ "License :: OSI Approved :: MIT License" ,
20+ "Operating System :: OS Independent" ,
21+ ],
622 entry_points = {
723 "mkdocs.plugins" : [
824 "required-tags = src.plugin:RequiredTagsPlugin"
You can’t perform that action at this time.
0 commit comments