Skip to content

Commit

Permalink
ensure setuptools is in setup requirements. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd authored Jan 3, 2023
1 parent fe3e44b commit e3d1e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="mkdocs-bibtex",
use_scm_version=True,
setup_requires=["setuptools_scm"],
setup_requires=["setuptools_scm", "setuptools"],
description="An MkDocs plugin that enables managing citations with BibTex",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e3d1e21

Please sign in to comment.