File: install-only-python_multipart.patch

package info (click to toggle)
python-multipart 0.0.20-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: python: 2,226; sh: 17; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -70,14 +70,13 @@ path = "python_multipart/__init__.py"
 [tool.hatch.build.targets.sdist]
 include = [
     "/python_multipart",
-    "/multipart",
     "/tests",
     "CHANGELOG.md",
     "LICENSE.txt",
 ]
 
 [tool.hatch.build.targets.wheel]
-packages = ["python_multipart", "multipart"]
+packages = ["python_multipart"]
 
 [tool.mypy]
 strict = true