Skip to content

Commit

Permalink
add readme field to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Oct 18, 2023
1 parent cc520f5 commit 8486572
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kestrel_analytics_docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_analytics_docker"
version = "1.8.0"
description = "Kestrel Docker Analytics Interface"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_analytics_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_analytics_python"
version = "1.8.0"
description = "Kestrel Python Analytics Interface"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_core"
version = "1.8.0"
description = "Kestrel Threat Hunting Language"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_datasource_stixbundle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_datasource_stixbundle"
version = "1.8.0"
description = "Kestrel STIX-bundle Datasource Interface"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_datasource_stixshifter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_datasource_stixshifter"
version = "1.8.0"
description = "Kestrel STIX-shifter Datasource Interface"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_jupyter"
version = "1.8.0"
description = "Kestrel Jupyter Kernel"
readme = "../../README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down

0 comments on commit 8486572

Please sign in to comment.