Skip to content

Commit

Permalink
Move requires-python to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 1, 2024
1 parent 897a33b commit 12fbcc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"

[tool.setuptools.dynamic]
version = {attr = "plextraktsync.__version__"}
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ packages =
plextraktsync.trakt
plextraktsync.util
plextraktsync.watch
python_requires = >=3.8
include_package_data = True

[options.packages.find]
Expand Down

0 comments on commit 12fbcc2

Please sign in to comment.