From 9724f70261c68d2a92cec43881c8ad803fef3d4c Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Wed, 16 Jan 2013 16:53:26 +0100 Subject: Update spec file, setup.py and add systemd service for xserver --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 91b7312..86ab48b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Setup file for Python DI +# Setup file for inital-setup # # Copyright (C) 2012 Red Hat, Inc. # @@ -64,8 +64,10 @@ setup( long_description=read('README'), classifiers=[ "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "Topic :: Software Development :: Testing", + "Environment :: X11 Applications :: GTK", + "Environment :: Console", + "Intended Audience :: System Administrators", + "Topic :: System :: Systems Administration", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", ], cmdclass = {'compile_catalog': babel.compile_catalog, -- cgit