diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:45:40 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:45:40 -0300 |
commit | 66078fec565f986444d1c970c1e8ca1973de0e05 (patch) | |
tree | 638de63bbef787a6b13f1ee44623a9c31c899273 | |
parent | 6bb12b1f3ab8e8dfe8f06c6787c722ab6e6b28c8 (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', |