summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/release.py')
-rw-r--r--ipa-server/ipa-gui/ipagui/release.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ipa-server/ipa-gui/ipagui/release.py b/ipa-server/ipa-gui/ipagui/release.py
deleted file mode 100644
index f5bc211ce..000000000
--- a/ipa-server/ipa-gui/ipagui/release.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Release information about ipa-gui
-
-version = "1.0"
-
-# NOTE: We aren't really using this because we aren't shipping the UI as
-# a separate .egg but it might look something like this:
-
-# description = "The Identity, Policy and Audit system"
-# long_description = "IPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof)."
-# author = "Your Name Here"
-# email = "YourEmail@YourDomain"
-# copyright = "2007 Red Hat, Inc."
-
-# url = "http://www.freeipa.org/"
-# download_url = "http://www.freeipa.org/page/Downloads"
-# license = "GPLv2"