Skip to content

Commit

Permalink
added missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 23, 2015
1 parent acabaa8 commit cb4b541
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
license='GPLv2',
packages=['kociemba'],
package_data={
'': ['cprunetables/*', 'pykociemba/**/*'],
'': [
'cprunetables/*',
'pykociemba/*.py',
'pykociemba/prunetables/*',
'ckociemba/include/*',
'ckociemba/*'],
},
classifiers=(
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit cb4b541

Please sign in to comment.