We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7534d51 commit 5a0af77Copy full SHA for 5a0af77
MANIFEST.in
@@ -1 +1,2 @@
1
-recursive-include draughts/ballot_files *.json
+recursive-include draughts/ballot_files *.json
2
+recursive-include examples *
setup.cfg
@@ -30,6 +30,7 @@ packages =
30
draughts.engines
31
draughts.engines.dxp_communication
32
draughts.engines.checkerboard_extra
33
+ draughts.ballot_files
34
python_requires = >=3.8
35
install_requires =
36
msl-loadlib==0.10.0
0 commit comments