~dobey/python-distutils-extra/check-cmd

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pitt
  • Date: 2009-03-23 17:18:24 UTC
  • mfrom: (59.1.7 check-command)
  • Revision ID: mpitt@debian.org-20090323171824-wl6ob3hbu2m28z2t
Add DistUtilsExtra/command/check.py: New "check" command, running pylint
for now, but will do more things in the future. Thanks to Rodney Dawes for
this!

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
           "build_icons = DistUtilsExtra.command.build_icons:build_icons",
19
19
           "build_help = DistUtilsExtra.command.build_help:build_help",
20
20
           "clean_i18n = DistUtilsExtra.command.clean_i18n:clean_i18n",
 
21
           "check = DistUtilsExtra.command.check:check",
21
22
        ],},
22
23
    test_suite = "nose.collector",
23
24
)