summaryrefslogtreecommitdiff
path: root/pixpat-python/pixpat/_lib
diff options
context:
space:
mode:
Diffstat (limited to 'pixpat-python/pixpat/_lib')
-rw-r--r--pixpat-python/pixpat/_lib/.gitkeep3
1 files changed, 3 insertions, 0 deletions
diff --git a/pixpat-python/pixpat/_lib/.gitkeep b/pixpat-python/pixpat/_lib/.gitkeep
new file mode 100644
index 0000000..7319712
--- /dev/null
+++ b/pixpat-python/pixpat/_lib/.gitkeep
@@ -0,0 +1,3 @@
+# Placeholder so the _lib/ directory exists in source control.
+# `pip install .` and `pip install -e .` populate libpixpat.so.0 here
+# (copy and symlink respectively); see setup.py.