summaryrefslogtreecommitdiffstats
path: root/packaging/ipa/setup.cfg
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-16 15:27:49 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-02 14:43:37 +0100
commit2e784336b0fe99baa47cf3e024f744ed56dc12ec (patch)
tree7e475f1959f400ff8534a1d4e6da465628695240 /packaging/ipa/setup.cfg
parented7a03a1af8b556247b929635e2972be4f2b32e4 (diff)
Packaging: Add placeholder packages
The ipa and freeipa packages are placeholders to prevent PyPI squashing attacks and reserve the names for future use. `pip install ipa` installs ipaclient. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'packaging/ipa/setup.cfg')
-rw-r--r--packaging/ipa/setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/ipa/setup.cfg b/packaging/ipa/setup.cfg
new file mode 100644
index 000000000..62f65c719
--- /dev/null
+++ b/packaging/ipa/setup.cfg
@@ -0,0 +1,6 @@
+[bdist_wheel]
+universal = 1
+
+[aliases]
+packages = clean --all egg_info bdist_wheel
+release = packages register upload