瀏覽代碼

add FreeBSD to platforms list in setup.py

it already was present in the classifiers.
Thomas Waldmann 10 年之前
父節點
當前提交
5f4e928eff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',