diff --git a/setup.py b/setup.py index 4c85972..295353b 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ def packagez(base): #data_files = [ # ('objutils/tests/ELFFiles', glob('objutils/tests/ELFFiles*.*')), #], - package_dir = {'tests': 'pyccp/tests'}, + package_dir = {'tests': 'pyccp/tests', + 'pyccp': 'pyccp'}, #package_data = {'tests': ['ELFFiles/*.*']}, #include_package_data = True, test_suite = "pyccp.tests"