Skip to content

Commit

Permalink
MAINT: cleanup, adding firmware folder to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
laborleben committed May 16, 2018
1 parent bd84ddb commit 40b43bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.* VERSION LICENSE.txt requirements.txt
include pybar/*.yaml pybar/*.bit
include pybar/*.yaml
recursive-include examples *
recursive-include firmware *
recursive-include pybar/config *
recursive-include pybar/firmware *
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@
install_requires=install_requires,
packages=find_packages(),
include_package_data=True, # accept all data files and directories matched by MANIFEST.in or found in source control
package_data={'pybar': ['*.yaml',
'*.bit']},
platforms='any'
)

0 comments on commit 40b43bf

Please sign in to comment.