diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ os.chdir(os.path.normpath(os.path.join(o setup( name='django-conntrackt', version='0.2-dev', - packages=find_packages(exclude=["projtest", "projtest.*"]), + packages=find_packages(exclude=["testproject", "testproject.*"]), include_package_data=True, license='GPLv3+', description='A simple application for tracking connection requirements between different entities in a network.',