diff --git a/pyproject.toml b/pyproject.toml index 0e03203..7c3fd2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -53,7 +61,5 @@ docs = [ # local ] -platforms = ["any"] -# coding: utf-8 [tool.setuptools_scm]