~ubuntuone-hackers/conn-check/trunk

« back to all changes in this revision

Viewing changes to setup.py

[r=wesmason] Add firewall rule yaml output options

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    include_package_data=True,
44
44
    entry_points={
45
45
        'console_scripts': [
46
 
            'conn-check = conn_check.main:run',
47
 
            'conn-check-django = conn_check.config_generators.django:run',
 
46
            'conn-check = conn_check.main:main',
 
47
            'conn-check-export-fw = conn_check.utils.firewall_rules:main',
48
48
        ],
49
49
    },
50
50
    license='GPL3',