Skip to content

Commit

Permalink
remove # Optional coments, because instead of them we'll mark the REQ…
Browse files Browse the repository at this point in the history
…UIRED fields
  • Loading branch information
VladimirFokow authored Feb 29, 2024
1 parent 3737afb commit a5efb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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" # Optional
requires-python = ">=3.8"

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

# 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 a5efb31

Please sign in to comment.