summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2013-01-16 16:53:26 +0100
committerMartin Sivak <msivak@redhat.com>2013-01-16 16:53:26 +0100
commit9724f70261c68d2a92cec43881c8ad803fef3d4c (patch)
treedbf1b1580c8e9e16c8d3abafc4e28b773866f49f /setup.py
parent70c462614dcbe0e81ddc74ac2edb35b45771fd2b (diff)
downloadfirstboot2-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.py8
1 files changed, 5 insertions, 3 deletions
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,