diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:45:40 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 14:03:32 -0300 |
commit | ef97f1f6daa07fe1915cb459c6cf7a8dd5cc9578 (patch) | |
tree | 95f832f980cbe45bb9bfe67ca992057577213a3f | |
parent | b15d733c3b3022c784d74abc4320ae1158364c3a (diff) |
Fix classifier
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |