File diff 827c719a42ed → 75ffbf8c8b18
setup.py
Show inline comments
 
@@ -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.',