Skip to content

Commit

Permalink
prepare pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Oct 19, 2023
1 parent 8486572 commit a2b60a6
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/installation/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ any newly opened terminal.

.. code-block:: console
$ pip install kestrel_jupyter
$ pip install kestrel-jupyter
$ kestrel_jupyter_setup
.. tab-item:: Nightly Built
Expand Down Expand Up @@ -179,7 +179,7 @@ invoke any of them:

- Start a Kestrel session in Python directly. See more at :doc:`../source/kestrel.session`.

- Use `magic command`_ in iPython environment. Check `kestrel_jupyter`_ package for usage.
- Use `magic command`_ in iPython environment. Check `kestrel-jupyter`_ package for usage.

What's to Do Next
=================
Expand All @@ -193,7 +193,7 @@ What's to Do Next
.. _Python virtual environment: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
.. _Xcode: https://developer.apple.com/xcode/
.. _kestrel-lang: http://github.com/opencybersecurityalliance/kestrel-lang
.. _kestrel_jupyter: http://github.com/opencybersecurityalliance/kestrel-jupyter
.. _kestrel-jupyter: http://github.com/opencybersecurityalliance/kestrel-jupyter
.. _firepit: http://github.com/opencybersecurityalliance/firepit
.. _Jupyter Notebook: https://jupyter.org/
.. _magic command: https://ipython.readthedocs.io/en/stable/interactive/magics.html
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_analytics_docker/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_analytics_docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_analytics_docker"
version = "1.8.0"
description = "Kestrel Docker Analytics Interface"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_analytics_python/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_analytics_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_analytics_python"
version = "1.8.0"
description = "Kestrel Python Analytics Interface"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_core/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_core"
version = "1.8.0"
description = "Kestrel Threat Hunting Language"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_datasource_stixbundle/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_datasource_stixbundle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_datasource_stixbundle"
version = "1.8.0"
description = "Kestrel STIX-bundle Datasource Interface"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_datasource_stixshifter/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_datasource_stixshifter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_datasource_stixshifter"
version = "1.8.0"
description = "Kestrel STIX-shifter Datasource Interface"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down
1 change: 1 addition & 0 deletions packages/kestrel_jupyter/README.rst
2 changes: 1 addition & 1 deletion packages/kestrel_jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "kestrel_jupyter"
version = "1.8.0"
description = "Kestrel Jupyter Kernel"
readme = "../../README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "Apache 2.0 License"}
maintainers = [
Expand Down

0 comments on commit a2b60a6

Please sign in to comment.