From d1b3f82725b7f0a6cb5adb992837497d7dbb69cf Mon Sep 17 00:00:00 2001 From: Jan Range Date: Thu, 9 May 2024 22:16:50 +0200 Subject: [PATCH] include `easyDataverse` directory --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f480812..55cebe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Lightweight Dataverse interface in Python to upload, download and authors = ["Jan Range "] license = "MIT License" readme = "Readme.md" +packages = [{ include = "easyDataverse" }] [tool.poetry.dependencies] python = "^3.8"