File: 0001-remove-files.patch

package info (click to toggle)
python-josepy 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: python: 2,573; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Remove unnecessary files from output
Author: Harlan Lieberman-Berg <hlieberman@debian.org>
Forwarded: not-needed
Index: josepy/pyproject.toml
===================================================================
--- josepy.orig/pyproject.toml
+++ josepy/pyproject.toml
@@ -37,8 +37,6 @@ classifiers = [
     "Topic :: Security",
 ]
 include = [
-    "CHANGELOG.rst",
-    "CONTRIBUTING.md",
     "docs", "tests",
 ]