Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#18)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] and pre-commit-ci[bot] committed Jan 19, 2022
1 parent b5ee061 commit 5be9623
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Expand Up @@ -7,9 +7,8 @@ name = "dom_toml"
version = "0.5.0"
description = "Dom's tools for Tom's Obvious, Minimal Language."
readme = "README.rst"
keywords = [ "configuration", "serialize", "toml",]
requires-python = ">=3.6.1"
dependencies = [ "toml>=0.10.2", "domdf-python-tools>=2.8.0",]
keywords = [ "configuration", "serialize", "toml",]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -21,11 +20,13 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
dependencies = [ "domdf-python-tools>=2.8.0", "toml>=0.10.2",]
dynamic = []

[[project.authors]]
Expand Down Expand Up @@ -135,7 +136,7 @@ base-classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
python-versions = [ "3.6", "3.7", "3.8", "3.9",]
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10",]
python-implementations = [ "CPython", "PyPy",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "MIT"
Expand Down

0 comments on commit 5be9623

Please sign in to comment.