-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters