Skip to content

Commit

Permalink
Add mkdocs plugin to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 19, 2021
1 parent 9e8802d commit a9aeef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"docs": [
"mkdocs",
"mkdocs-material",
"mkautodoc"
"mkautodoc",
"mkdocs-awesome-pages-plugin"
],
}

Expand All @@ -19,7 +20,7 @@ def get_all_dependencies():
dependencies += conditional_dependencies[condition]
return dependencies

setuptools.setup(
setup(
name="webqueue2_api",
version="0.9.1",
description="A library for managing Purdue ECN's queue system.",
Expand Down

0 comments on commit a9aeef9

Please sign in to comment.