diff options
Diffstat (limited to 'dev-python/django-formtools/files/stray-files.patch')
-rw-r--r-- | dev-python/django-formtools/files/stray-files.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/django-formtools/files/stray-files.patch b/dev-python/django-formtools/files/stray-files.patch new file mode 100644 index 0000000..3d974cb --- /dev/null +++ b/dev-python/django-formtools/files/stray-files.patch @@ -0,0 +1,13 @@ +diff --git a/pyproject.toml b/pyproject.toml +index 6a8003f..e0e685d 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -53,7 +53,7 @@ license-files = ["LICENSE"] + zip-safe = false + + [tool.setuptools.packages.find] +-exclude = ["tests"] # tests.* ++exclude = ["tests", "tests.*"] + namespaces = false + + [tool.setuptools_scm] |