summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 9 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 14ed149..c22cb95 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,12 +4,20 @@ strict = true
testpaths = tests
[sdist]
-force_manifest=1
+# Forcibly regenerate the manifest on Python 2.6. This is default behavior on
+# 2.7+ making this option deprecated. This should be removed once we drop 2.6.
+force_manifest = 1
[bdist_wheel]
+# We are a pure-Python project so a single wheel is enough.
universal = 1
+[metadata]
+# Ensure LICENSE is included in wheels.
+license_file = LICENSE
+
# bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com>
+# This is currently *not* actively tested.
[bdist_rpm]
release = 1
build-requires = openssl-devel python-devel python-sphinx