-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added missing entries to MANIFEST.in * Fixed bug in setup.py package_data * Removed additional package_data command in setup
- Loading branch information
Showing
2 changed files
with
8 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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
graft extern/eigen/Eigen | ||
include extern/pybind11/CMakeLists.txt | ||
graft extern/pybind11/include | ||
graft extern/pybind11/tools | ||
graft extern/pybind11/tools | ||
include affine_transform/version.txt | ||
graft src | ||
graft include | ||
include CMakeLists.txt | ||
graft docs | ||
include LICENSE |
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