summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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,