diff --git a/packages/kestrel_analytics_docker/pyproject.toml b/packages/kestrel_analytics_docker/pyproject.toml index bee64046..05302319 100644 --- a/packages/kestrel_analytics_docker/pyproject.toml +++ b/packages/kestrel_analytics_docker/pyproject.toml @@ -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 = [ diff --git a/packages/kestrel_analytics_python/pyproject.toml b/packages/kestrel_analytics_python/pyproject.toml index 5b5e1b2f..4ce8338b 100644 --- a/packages/kestrel_analytics_python/pyproject.toml +++ b/packages/kestrel_analytics_python/pyproject.toml @@ -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 = [ diff --git a/packages/kestrel_core/pyproject.toml b/packages/kestrel_core/pyproject.toml index 2ba1ec03..0628c285 100644 --- a/packages/kestrel_core/pyproject.toml +++ b/packages/kestrel_core/pyproject.toml @@ -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 = [ diff --git a/packages/kestrel_datasource_stixbundle/pyproject.toml b/packages/kestrel_datasource_stixbundle/pyproject.toml index 89322cd4..e748a3b5 100644 --- a/packages/kestrel_datasource_stixbundle/pyproject.toml +++ b/packages/kestrel_datasource_stixbundle/pyproject.toml @@ -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 = [ diff --git a/packages/kestrel_datasource_stixshifter/pyproject.toml b/packages/kestrel_datasource_stixshifter/pyproject.toml index 6682e9ad..1591f929 100644 --- a/packages/kestrel_datasource_stixshifter/pyproject.toml +++ b/packages/kestrel_datasource_stixshifter/pyproject.toml @@ -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 = [ diff --git a/packages/kestrel_jupyter/pyproject.toml b/packages/kestrel_jupyter/pyproject.toml index 7fb2690c..ec283a90 100644 --- a/packages/kestrel_jupyter/pyproject.toml +++ b/packages/kestrel_jupyter/pyproject.toml @@ -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 = [