From af3f03bf93d23e14c381ce1810d6d208bd471b54 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Fri, 29 Dec 2023 17:19:33 +0200 Subject: [PATCH] chore: fix packages again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b60b65..1024509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "pycaputo" -version = "0.3.1" +version = "0.3.3" description = "Evaluate fractional integrals and solve fractional ODEs" readme = "README.rst" keywords = [ @@ -66,7 +66,7 @@ Documentation = "https://pycaputo.readthedocs.io" Repository = "https://github.com/alexfikl/pycaputo" [tool.setuptools] -packages = { find = { where = ["pycaputo"] } } +packages = { find = { exclude = ["docs", "examples", "scripts", "tests", "LICENSES"] } } [tool.black] safe = true