diff options
Diffstat (limited to '')
-rw-r--r-- | python/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am new file mode 100644 index 0000000..9588f08 --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \ + tests.py file_magic/__init__.py + |