Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bauer <admin@e-back.net>2015-10-21 13:20:18 +0300
committerSebastian Bauer <admin@e-back.net>2015-10-21 13:20:18 +0300
commit456e598caf732f0a3bdfbd25e7a606ba5bc1132b (patch)
treea7b6bb7b54b7de1eced80be36a6b90501f3f27da /MANIFEST.in
parent9310f14c4fcd566eae3a768a3f2d781f258c1c9c (diff)
Fix setup.py to include headers and move to setuptools
This will allow to create tag.gz source package by running: python setup.py sdist and create wheel package by running: pip install wheel python setup.py bdist_wheel
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..bec8496
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+# file GENERATED by distutils, do NOT edit
+include setup.py
+include lm/*.cc
+include lm/*.hh
+include python/*.cpp
+include util/*.cc
+include util/*.hh
+include util/double-conversion/*.cc
+include util/double-conversion/*.h