diff --git a/pyproject.toml b/pyproject.toml index 35c8b9f..624e641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ description = "Software for simulating zodiacal emission" authors = ["Metin San "] readme = "README.md" license = "GPL-3.0" +exclude = ["test.py"] [tool.poetry.dependencies] python = ">=3.8"