summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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