From f58ff2921defef330d53e08e427a82ced7585c88 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 13 Oct 2009 11:28:00 -0600 Subject: Giant webui patch take 2 --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 69351f91a..06eba419f 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ Python-level packaging using distutils. """ -from setuptools import setup +from distutils.core import setup import ipalib setup( @@ -38,11 +38,6 @@ setup( 'ipaserver.plugins', 'ipaserver.install', 'ipawebui', - 'ipawebui.templates', ], - package_data={ - 'ipawebui.templates': ['*.kid'], - 'ipawebui': ['static/*'], - }, scripts=['ipa'], ) -- cgit