Skip to content

Commit

Permalink
Get this installing reliably with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Jan 5, 2025
1 parent a898565 commit 89bd862
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name = "freezing-sync"
version = "1.6.0"
description = "Freezing Saddles activity and metadata sync."
authors = [
{ name = "Richard Bullington-McGuire", email = "[email protected]" }
{name = "Hans Lellelid", email = "[email protected]"},
{name = "Merlin Hughes"},
{name = "Richard Bullington-McGuire", email = "[email protected]"},
]
maintainers = [
{name = "Richard Bullington-McGuire", email = "[email protected]"},
]
license = {text = "Apache License (2.0)"}
dependencies = [
Expand Down Expand Up @@ -34,11 +39,11 @@ classifiers = [

[project.optional-dependencies]
dev = [
"black==24.10.0",
"flake8-pyproject==1.1.0",
"flake8==7.1.1",
"isort==5.13.2",
"pur==7.3.3",
"black",
"flake8-pyproject",
"flake8",
"isort",
"uppd",
]

[project.entry-points.console_scripts]
Expand All @@ -58,3 +63,7 @@ ignore = "E203, W503, E501"
max-line-length = 88
max-complexity = 39
extend-ignore = "E203"

[tool.setuptools]
# Thanks https://stackoverflow.com/a/72547402/424301
py-modules = ["freezing"]

0 comments on commit 89bd862

Please sign in to comment.