Skip to content

Commit

Permalink
Fixed packaging problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 10, 2024
1 parent 7759dd2 commit 857c4b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
description="A Sphinx extension providing coverage details embedded in documentation pages.",
gitHubNamespace=gitHubNamespace,
sourceFileWithVersion=packageInformationFile,
classifiers=DEFAULT_CLASSIFIERS + [
classifiers=list(DEFAULT_CLASSIFIERS) + [
"Framework :: Sphinx",
"Framework :: Sphinx :: Domain",
"Framework :: Sphinx :: Extension",
Expand All @@ -51,6 +51,7 @@
"Topic :: Software Development :: Quality Assurance",
],
developmentStatus="beta",
pythonVersions=("3.9", "3.10", "3.11", "3.12"),
dataFiles={
"sphinx_reports": ["static/*.css"]
}
Expand Down

0 comments on commit 857c4b3

Please sign in to comment.