Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Feb 29, 2024
2 parents 992f045 + b1dfa48 commit 3737afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ readme = "README.md"
# 'Programming Language' classifiers in this file, 'pip install' will check this
# and refuse to install the project if the version does not match. See
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
requires-python = ">=3.8"
requires-python = ">=3.8" # Optional

# This is either text indicating the license for the distribution, or a file
# that contains the license
# that contains the license.
# https://packaging.python.org/en/latest/specifications/core-metadata/#license
license = {file = "LICENSE.txt"}
license = {file = "LICENSE.txt"} # Optional

# This field adds keywords for your project which will appear on the
# project page. What does your project relate to?
Expand Down

0 comments on commit 3737afb

Please sign in to comment.