Skip to content

Commit bf5fb2a

Browse files
committed
- update setup.py with additional details
- add gitignore
1 parent 8e100ef commit bf5fb2a

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

setup.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
setup(
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"

0 commit comments

Comments
 (0)