diff --git a/pyproject.toml b/pyproject.toml index 1e97e42..464551d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"