Skip to content

Commit

Permalink
Fix typo in pyproject classifier that prevents publishing (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jun 24, 2024
1 parent fb2472a commit 84d9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "An implementation of the Duo Security API authentication scheme."
readme = "README.md"
keywords = ["duo", "hmac"]
classifiers = [
"Development Status - 4 - Beta",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 84d9717

Please sign in to comment.