Avoid setuptools warning

Patch from: Mike Bonnet <mikeb@redhat.com>

Change-Id: Ia1e97422867df55686985f6cb44c000a1322531b
This commit is contained in:
R. Tyler Croy 2010-12-12 19:45:36 -08:00
parent 6ac031ab0f
commit e9b2d300fc
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ classifiers = [line.strip() for line in '''\
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
Topic :: Text Processing'''.splitlines() if not line.strip().startswith('#')]
del line
package_dir = {'Cheetah':'cheetah'}