mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Giant webui patch take 2
This commit is contained in:
7
setup.py
7
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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user