File: pyproject.toml.patch

package info (click to toggle)
uc-micro-py 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 37; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: uc-micro-py/pyproject.toml
===================================================================
--- uc-micro-py.orig/pyproject.toml
+++ uc-micro-py/pyproject.toml
@@ -31,6 +31,7 @@ test = ["pytest", "coverage", "pytest-co
 
 [tool.setuptools.packages.find]
 include = ["uc_micro*"]
+exclude = ["debian*"]
 namespaces = false
 
 [tool.setuptools.dynamic]