18 lines
541 B
Python
18 lines
541 B
Python
'''
|
|
Release information about the Fedora Accounts System
|
|
'''
|
|
|
|
VERSION = '0.5'
|
|
NAME = 'fas'
|
|
DESCRIPTION = 'The Fedora Account System'
|
|
LONG_DESCRIPTION = '''
|
|
Manage the accounts of contributors to the Fedora Project.
|
|
'''
|
|
AUTHOR = 'Ricky Zhou, Mike McGrath, and Toshio Kuratomi'
|
|
EMAIL = 'fedora-infrastructure-list@fedoraproject.org'
|
|
COPYRIGHT = '2007-2008 Red Hat, Inc.'
|
|
|
|
# if it's open source, you might want to specify these
|
|
URL = 'https://admin.fedoraproject.org/accounts/'
|
|
DOWNLOAD_URL = 'https://fas2.fedorahosted.org/'
|
|
LICENSE = 'GPLv2'
|