summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-07 13:45:40 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-07 13:45:40 -0300
commit66078fec565f986444d1c970c1e8ca1973de0e05 (patch)
tree638de63bbef787a6b13f1ee44623a9c31c899273 /setup.py
parent6bb12b1f3ab8e8dfe8f06c6787c722ab6e6b28c8 (diff)
Fix classifier
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c511a10..5353bbc 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ trove_classifiers = [
'License :: OSI Approved :: GNU Affero General Public License v3'
'or later (AGPLv3+)',
'Natural Language :: English',
- 'Operating System :: OS Independent',
+ 'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Communications :: Email',