removed exclude of bin scripts

This commit is contained in:
Dmitry Shulyak
2013-07-10 15:28:32 +03:00
parent 65839e9d44
commit b82ec666cd

View File

@@ -35,7 +35,7 @@ setuptools.setup(
],
packages=setuptools.find_packages(
exclude=['tests', 'bin', 'utils', 'functional', '*_tests']),
exclude=['tests', 'utils', 'functional', '*_tests']),
include_package_data=True,