Skip to content

Commit

Permalink
Add include for codes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonBellamy committed Jun 11, 2024
1 parent 1b59f5f commit 0178c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyAlicat"
version = "0.0.4"
version = "0.0.5"
description = "Python API for acquisition and control of Alicat mass flow meters and controllers."
include = [{path = "pyalicat/codes.json", format = ["sdist", "wheel"]}]
readme = "README.md"
authors = ["ulfsri <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0178c0d

Please sign in to comment.