-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MANIFEST.in to include the headers again
- Loading branch information
Simeon Bird
committed
Jun 6, 2017
1 parent
72fd5b0
commit d9bc7b2
Showing
2 changed files
with
2 additions
and
2 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,3 +1,3 @@ | ||
include *.h | ||
include fake_spectra/*.h | ||
include fake_spectra/tests/*.npz | ||
include fake_spectra/*.dat |
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 |
---|---|---|
|
@@ -109,7 +109,7 @@ def check_for_openmp(): | |
|
||
setup( | ||
name="fake_spectra", | ||
version='1.1a', | ||
version='1.1b', | ||
author="Simeon Bird", | ||
author_email="[email protected]", | ||
#Use the subclass which adds openmp flags as appropriate | ||
|