File: include-datafiles.patch

package info (click to toggle)
pybigwig 0.3.23%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 360 kB
  • sloc: ansic: 2,122; python: 316; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,6 +38,9 @@
 include-package-data = true
 packages = ["pyBigWigTest"]
 
+[tool.setuptools.package-data]
+"pyBigWigTest" = ["test.*"]
+
 # Enable version inference from scm
 [tool.setuptools_scm]