Skip to content

Commit

Permalink
add only .c files to avoid upload errors
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 23, 2015
1 parent cb4b541 commit d2097c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='kociemba',
version='1.0',
version='1.0.1',
description='Python/C implementation of Herbert Kociemba\'s Two-Phase algorithm for solving Rubik\'s Cube',
keywords='kociemba rubik cube solver twophase',
url='https://github.com/muodov/kociemba',
Expand All @@ -16,8 +16,8 @@
'cprunetables/*',
'pykociemba/*.py',
'pykociemba/prunetables/*',
'ckociemba/include/*',
'ckociemba/*'],
'ckociemba/include/*.h',
'ckociemba/*.c'],
},
classifiers=(
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d2097c2

Please sign in to comment.