Browse Source

add FreeBSD to platforms list in setup.py

it already was present in the classifiers.
Thomas Waldmann 10 years ago
parent
commit
5f4e928eff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
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',