Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Nov 6, 2018
1 parent 9a4c7e5 commit 46d576b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
'platforms/linux_i386/_pytransform.so',
'platforms/linux_x86_64/_pytransform.so',
'platforms/macosx_x86_64/_pytransform.dylib',
'examples/README.md', 'examples/README-ZH.md',
'examples/*.sh', 'examples/*.bat',
'examples/simple/*.py', 'examples/testmod/*.py',
'examples/testpkg/*.py', 'examples/testpkg/mypkg/*.py',
'examples/pybench/*.py', 'examples/pybench/package/*.py',
'examples/py2exe/*.py', 'examples/README.md',
'examples/py2exe/*.py', 'examples/cx_Freeze/*.py',
]

# def _build_file_list(d):
Expand Down

0 comments on commit 46d576b

Please sign in to comment.