Skip to content

Commit 8adf5ff

Browse files
committed
Exclude examples/qmasm-maze from source distributions
qmasm-maze is a binary executable produced from qmasm-maze.go. Because it runs only on Linux + Intel64, it is best not to include qmasm-maze in a source distribution. Rather, users should compile it from source.
1 parent 513b7e3 commit 8adf5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include README.md
22
include LICENSE.md
3-
recursive-include examples *
43
recursive-include extras *
4+
recursive-include examples *
5+
exclude examples/qmasm-maze

0 commit comments

Comments
 (0)