forked from pool/python-pylint-venv
23 lines
681 B
Diff
23 lines
681 B
Diff
|
From 1948a5060ad2b42c4badc74abadead866dc108fb Mon Sep 17 00:00:00 2001
|
||
|
From: Ben Greiner <code@bnavigator.de>
|
||
|
Date: Sun, 6 Nov 2022 16:37:14 +0100
|
||
|
Subject: [PATCH] Don't install README.rst into purelib toplevel
|
||
|
|
||
|
---
|
||
|
pyproject.toml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||
|
index 7d154c8..0125a62 100644
|
||
|
--- a/pyproject.toml
|
||
|
+++ b/pyproject.toml
|
||
|
@@ -25,7 +25,7 @@ classifiers = [
|
||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||
|
'Topic :: Software Development',
|
||
|
]
|
||
|
-include = ["README.rst", "CHANGELOG.md", "pylint_venv.py"]
|
||
|
+include = ["pylint_venv.py"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.6"
|