Skip to content

Commit

Permalink
update build and publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Jun 16, 2024
1 parent 16db8d3 commit 79fa061
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
deploy:

runs-on: ubuntu-latest
environment: release

steps:
- uses: actions/checkout@v4
Expand Down
27 changes: 18 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,33 @@ name = tensorhue
version = attr: tensorhue.__version__
author = epistoteles
author_email = <[email protected]>
description =
description = TensorHue lets you visualize tensors in your console.
long_description_content_type = text/markdown
long_description =
TensorHue is a Python library that allows you to visualize tensors right in your console, making understanding and debugging tensor contents easier.

Learn more at: https://github.com/epistoteles/tensorhue
install_requires =
numpy
rich
matplotlib
keywords =
classifiers=
"Development Status :: 1 - Planning"
"Intended Audience :: Developers"
"Programming Language :: Python :: 3"
"Operating System :: Unix"
"Operating System :: MacOS :: MacOS X"
"Operating System :: Microsoft :: Windows"
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows

[options]
package = tensorhue
packages = find:
python_requires = >=3.9
zip_safe = no

[options.packages.find]
include = tensorhue

[project]
name = "tensorhue"
dynamic = ["version"]
Expand Down

0 comments on commit 79fa061

Please sign in to comment.