summaryrefslogtreecommitdiff
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 14:03:32 -0300
commitef97f1f6daa07fe1915cb459c6cf7a8dd5cc9578 (patch)
tree95f832f980cbe45bb9bfe67ca992057577213a3f
parentb15d733c3b3022c784d74abc4320ae1158364c3a (diff)
Fix classifier
-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',