Skip to content

Commit

Permalink
updated setup.py to include bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bulkan committed Oct 4, 2011
1 parent f6c1c85 commit f7a14be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -31,5 +31,6 @@
classifiers = CLASSIFIERS.splitlines(),
package_dir = {'' : 'src'},
packages = ['DiffLibrary'],
#package_data = {'DiffLibrary': ['tests/*.txt']}
)
package_data = {'DiffLibrary': ['tests/*.txt',
'bin/diff/*.*']}
)

0 comments on commit f7a14be

Please sign in to comment.