diff options
Diffstat (limited to 'biology/py-cutadapt/files/patch-pyprojetc.toml')
-rw-r--r-- | biology/py-cutadapt/files/patch-pyprojetc.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/py-cutadapt/files/patch-pyprojetc.toml b/biology/py-cutadapt/files/patch-pyprojetc.toml new file mode 100644 index 000000000000..7a3ad00ad87c --- /dev/null +++ b/biology/py-cutadapt/files/patch-pyprojetc.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-06 12:32:50.569385000 +0200 ++++ pyproject.toml 2025-06-06 12:33:10.984604000 +0200 +@@ -9,7 +9,7 @@ + ] + description = "Adapter trimming and other preprocessing of high-throughput sequencing reads" + readme = "README.rst" +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", |