Skip to content

Commit

Permalink
Move entry points to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 1, 2024
1 parent cbb398b commit ac7d02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ requires = [
]
build-backend = "setuptools.build_meta"

[project.scripts]
plextraktsync = "plextraktsync.cli:cli"

[tool.ruff]
# https://docs.astral.sh/ruff/settings/#line-length
line-length = 150
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ include_package_data = True
exclude =
tests

[options.entry_points]
console_scripts =
plextraktsync = plextraktsync.cli:cli

[options.data_files]
. =
requirements.txt
Expand Down

0 comments on commit ac7d02a

Please sign in to comment.