Skip to content

Commit 8477355

Browse files
committed
pyproject licenses
1 parent b717cdd commit 8477355

File tree

19 files changed

+100
-0
lines changed

19 files changed

+100
-0
lines changed

plain-api/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.16.1"
44
description = "Build APIs using class-based views."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-auth/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.20.6"
44
description = "Add users to your app and decide what they can access."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-cache/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.20.0"
77
description = "A simple database-backed cache for storing JSON-serializable values with optional expiration."
88
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
99
readme = "README.md"
10+
license = "BSD-3-Clause"
1011
requires-python = ">=3.13"
1112
dependencies = [
1213
"plain<1.0.0",

plain-code/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.11.1"
44
description = "Preconfigured code formatting and linting."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-elements/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.10.2"
44
description = "Use HTML tags to include HTML template components."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-flags/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.27.1"
44
description = "Local feature flags via database models."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-jobs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.37.1"
44
description = "Process background jobs with a database-driven job queue."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-loginlink/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.13.1"
44
description = "Link-based authentication for Plain."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-models/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.55.0"
44
description = "Model your data and store it in a database."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

plain-pages/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.15.0"
44
description = "Serve static pages, markdown, and assets from templates/pages directories."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"
7+
license = "BSD-3-Clause"
78
requires-python = ">=3.13"
89
dependencies = [
910
"plain<1.0.0",

0 commit comments

Comments
 (0)