From 5f4e928eff6c8984b8ea48e7e2f45f9c799b8184 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 14 May 2015 11:44:58 +0200 Subject: [PATCH] add FreeBSD to platforms list in setup.py it already was present in the classifiers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89ba31873..1620be036 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( description='Deduplicated, encrypted, authenticated and compressed backups', long_description=long_description, license='BSD', - platforms=['Linux', 'MacOS X'], + platforms=['Linux', 'MacOS X', 'FreeBSD', ], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console',