Replace setup.py the pyproject.toml
Change-Id: I04313e47ee92edd1a8cd3ad6c3f13da3450831a3
diff --git a/pyproject.toml b/pyproject.toml
index 9e2c08b..038a572 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@
"rpy2>=3.3",
]
requires-python = ">=3.7"
-readme = "README.md"
+readme = "Readme.md"
license = {text = "BSD"}
classifiers = [
"Intended Audience :: Developers",
@@ -34,6 +34,8 @@
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
+[tool.setuptools.packages.find]
+exclude = ["figures"]
[tool.pdm]
distribution = true