Skip to content

Commit

Permalink
fix(release): fix wrong classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Mar 6, 2024
1 parent 73b353e commit 6f8421e
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 @@ -13,7 +13,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"'Programming Language :: Python :: 3 :: Only'",
"Programming Language :: Python :: 3 :: Only",
]
include = [
{ path = "tests", format = "sdist" }
Expand Down

0 comments on commit 6f8421e

Please sign in to comment.