configurationengine/source/setup.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    21 from cone import __version__
    21 from cone import __version__
    22 
    22 
    23 setup(
    23 setup(
    24     name = "cone",
    24     name = "cone",
    25     version = __version__,
    25     version = __version__,
    26     packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
    26     packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "scripts"]),
    27     package_data = {'cone.validation': ['confml_xsd/*.xsd', 'implml_xsd/*.xsd']},
    27     package_data = {'cone.validation': ['confml_xsd/*.xsd', 'implml_xsd/*.xsd']},
    28     install_requires = ['Jinja2>=2.1.1', 'simplejson>=2.0.9', 'lxml>=2.2.2'], #FIX THIS: not to try load cone from web
    28     install_requires = ['Jinja2>=2.1.1', 'simplejson>=2.0.9', 'lxml>=2.2.2'], #FIX THIS: not to try load cone from web
    29 
    29 
    30 
    30 
    31     # Project uses reStructuredText, so ensure that the docutils get
    31     # Project uses reStructuredText, so ensure that the docutils get