package everything to rebuild core device binaries

pull/235/head
Sebastien Bourdeauducq 2015-11-09 10:47:14 +08:00
parent 51f04f6311
commit e749bae302
3 changed files with 3 additions and 1 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
graft artiq/runtime
include artiq/gui/icon.png

View File

View File

@ -66,7 +66,7 @@ setup(
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,