diff options
author | Martin Sivak <msivak@redhat.com> | 2013-01-16 16:53:26 +0100 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2013-01-16 16:53:26 +0100 |
commit | 9724f70261c68d2a92cec43881c8ad803fef3d4c (patch) | |
tree | dbf1b1580c8e9e16c8d3abafc4e28b773866f49f /setup.py | |
parent | 70c462614dcbe0e81ddc74ac2edb35b45771fd2b (diff) | |
download | firstboot2-9724f70261c68d2a92cec43881c8ad803fef3d4c.tar.gz firstboot2-9724f70261c68d2a92cec43881c8ad803fef3d4c.tar.xz firstboot2-9724f70261c68d2a92cec43881c8ad803fef3d4c.zip |
Update spec file, setup.py and add systemd service for xserver
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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, |