Skip to content

Commit

Permalink
chore: fix packages again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Dec 29, 2023
1 parent e57cc74 commit af3f03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af3f03b

Please sign in to comment.