Skip to content

Commit

Permalink
Merge pull request #309 from corenting/chore/fix-classifier
Browse files Browse the repository at this point in the history
fix(release): fix wrong classifier
  • Loading branch information
corenting committed Mar 6, 2024
2 parents 73b353e + 6f8421e commit a644705
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 a644705

Please sign in to comment.