Skip to content

Commit

Permalink
Fixed error that broke the package build github script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Sep 10, 2024
1 parent 197807f commit ac3927a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pyvenv.cfg
*.pyc
.vscode
.pyenv/
dist/*
dist/*

pba.egg-info/
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ license = {file = "LICENSE"}
[project.urls]
Documentation = "https://pba-for-python.readthedocs.io/en/latest/"
Repository = "https://github.com/Institute-for-Risk-and-Uncertainty/pba-for-python"

[tool.setuptools]
packages = ["pba", "pba.pbox_constructors"]

0 comments on commit ac3927a

Please sign in to comment.