summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/release.py
blob: f5bc211ce089971f098ee6104f6318525fe39e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"