summaryrefslogtreecommitdiffstats
path: root/ipaplatform/setup.cfg
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-10-04 13:23:22 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-10-20 18:43:37 +0200
commit4cd83fb51cc35a2ba7773b62a7aa8d295a1e1e4a (patch)
tree12214bd0d25adfbfaa6ac83dc87cabca967d3315 /ipaplatform/setup.cfg
parent8f98fa1bd5f1da207fab6f89b75e0cdc19d00797 (diff)
downloadfreeipa-4cd83fb51cc35a2ba7773b62a7aa8d295a1e1e4a.tar.gz
freeipa-4cd83fb51cc35a2ba7773b62a7aa8d295a1e1e4a.tar.xz
freeipa-4cd83fb51cc35a2ba7773b62a7aa8d295a1e1e4a.zip
Port all setup.py to setuptools
All setup.py files are now using setuptools through a common file ipasetup.py. The file is auto-generated and contain all common settings. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform/setup.cfg')
-rw-r--r--ipaplatform/setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipaplatform/setup.cfg b/ipaplatform/setup.cfg
new file mode 100644
index 000000000..34abb122c
--- /dev/null
+++ b/ipaplatform/setup.cfg
@@ -0,0 +1,5 @@
+[bdist_wheel]
+universal = 1
+
+[metadata]
+license_file = ../COPYING