diff --git a/pyproject.toml b/pyproject.toml index e62bfd7..989c927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,10 @@ dependencies = [ [project.urls] Homepage = "https://git.autistic.men/Utilities/common" -Issues = "https://git.autistic.men/Utilities/common/issues" \ No newline at end of file +Issues = "https://git.autistic.men/Utilities/common/issues" + +[tool.setuptools] +include-package-data = true + +[tool.setuptools.packages.find] +where = ["src"] \ No newline at end of file