blob: 3f9a1926b39615cbf05a4aa77137b1a2d00f118e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- setup.py.orig 2022-07-15 18:25:29 UTC
+++ setup.py
@@ -16,8 +16,8 @@ except Exception:
# Using MANIFEST.in doesn't respect relative paths above the package root.
# Instead, inspect the location and copy in the binaries if newer.
-BINARY_TYPES = ["*.dll", "*.lib", "*.so*", "*.dylib"]
-PLATFORMS = ["Linux", "MacOS", "windows"]
+BINARY_TYPES = ["*.so*"]
+PLATFORMS = ["FreeBSD"]
for platform in PLATFORMS:
platform_dir = join("..", "..", "bin", platform)
for ext in BINARY_TYPES:
|