summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2024-01-05 06:03:19 +0100
committerGitHub <noreply@github.com>2024-01-05 06:03:19 +0100
commitedcf8532ffda006bc125d9c93fca59f9037f490f (patch)
tree209c6eac0cd7afe6d763fc8aabb76f68bcc33403 /setup.cfg
parent05f124348e72c1dcf1f6e5de72ffc1f67ad9aa77 (diff)
Removed obsolete rpm-related install code.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index c6f48bab13..2f92092aa9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -50,10 +50,6 @@ console_scripts =
argon2 = argon2-cffi >= 19.1.0
bcrypt = bcrypt
-[bdist_rpm]
-doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
-install_script = scripts/rpm-install.sh
-
[flake8]
exclude = build,.git,.tox,./tests/.env
extend-ignore = E203