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, 9 insertions, 7 deletions
diff --git a/ipa-server/ipa-gui/ipagui/release.py b/ipa-server/ipa-gui/ipagui/release.py
index 7be40c007..f5bc211ce 100644
--- a/ipa-server/ipa-gui/ipagui/release.py
+++ b/ipa-server/ipa-gui/ipagui/release.py
@@ -2,13 +2,15 @@
version = "1.0"
-# description = "Your plan to rule the world"
-# long_description = "More description about your plan"
+# 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 = "Vintage 2006 - a good year indeed"
+# copyright = "2007 Red Hat, Inc."
-# if it's open source, you might want to specify these
-# url = "http://yourcool.site/"
-# download_url = "http://yourcool.site/download"
-# license = "MIT"
+# url = "http://www.freeipa.org/"
+# download_url = "http://www.freeipa.org/page/Downloads"
+# license = "GPLv2"