Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 23, 2024
2 parents b8210bf + f4529af commit 052d10b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Expand Up @@ -12,7 +12,15 @@ maintainers = [
]
description = "Updated configparser from stdlib for earlier Pythons."
readme = "README.rst"
keywords = ["configparser ini parsing conf cfg configuration file"]
keywords = [
"configparser",
"ini",
"parsing",
"conf",
"cfg",
"configuration",
"file",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -53,7 +61,5 @@ docs = [

# local
]
platforms = ["any"]
# coding: utf-8

[tool.setuptools_scm]

0 comments on commit 052d10b

Please sign in to comment.