Skip to content

Commit

Permalink
added helper functions to look up design temp (#228)
Browse files Browse the repository at this point in the history
* added helper functions to look up design temp

Co-authored-by: eriksynn <eriksynn@users.noreply.github.com>
Co-authored-by: thatoldplatitude <thatoldplatitude@users.noreply.github.com>
Co-authored-by: Debajyoti Debnath <debajyotid2@users.noreply.github.com>

* Fixed helpers path to csv. added csv datafile to rulesengine dir for inclusion on build

---------

Co-authored-by: eriksynn <eriksynn@users.noreply.github.com>
Co-authored-by: thatoldplatitude <thatoldplatitude@users.noreply.github.com>
Co-authored-by: Debajyoti Debnath <debajyotid2@users.noreply.github.com>
Co-authored-by: thatoldplatitude <99302073+thatoldplatitude@users.noreply.github.com>
  • Loading branch information
5 people authored Aug 13, 2024
1 parent 7f9476e commit 607e152
Show file tree
Hide file tree
Showing 4 changed files with 3,497 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rules-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ disallow_incomplete_defs = true

[tool.pydocstyle]
select = "D207,D208,D3,D417"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
data = ["*.csv"]
Loading

0 comments on commit 607e152

Please sign in to comment.