Skip to content

Commit

Permalink
package everything to rebuild core device binaries
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 9, 2015
1 parent 51f04f6 commit e749bae
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
graft artiq/runtime
include artiq/gui/icon.png
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ def run(self):
packages=find_packages(),
namespace_packages=[],
test_suite="artiq.test",
package_data={"artiq": [os.path.join("gui", "icon.png")]},
include_package_data=True,
ext_modules=[],
entry_points={
"console_scripts": scripts,

0 comments on commit e749bae

Please sign in to comment.