-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wraith-wireless
committed
Jun 4, 2016
1 parent
33a1d36
commit 0db925f
Showing
28 changed files
with
22,754 additions
and
327 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 |
---|---|---|
|
@@ -37,6 +37,7 @@ dist/ | |
downloads/ | ||
eggs/ | ||
.eggs/ | ||
# lib -> commented out as we use lib | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
|
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,10 +1,8 @@ | ||
# Include license, README, channels, device, rfkill, pyw and user guide | ||
include LICENSE README.md __init__.py channels.py device.py rfkill.py pyw.py PyRIC.pdf TODO RFI | ||
# setup paramaters | ||
include LICENSE README.md TODO | ||
|
||
# Include subdirectories | ||
# device_details.py was not being included without the below recursive include | ||
recursive-include lib net examples docs tests guide | ||
recursive-include examples | ||
recursive-include examples *.py | ||
recursive-include docs *.help | ||
recursive-include tests *.py | ||
recursive-include guide *.tex *.bib *.png | ||
recursive-include docs *.pdf | ||
recursive-include pyric/utils/data *.txt |
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
Oops, something went wrong.