[zetup]

description =
    Zimmermann's Python package setup

author = Stefan Zimmermann <zimmermann.code@gmail.com>
url = https://bitbucket.org/userzimmermann/zetup.py

license = LGPLv3

python = 2.7 3.3 3.4 3.5

scripts =
    zetup: zetup.script:run
    zake:  zetup.script:zake
    zest:  zetup.script:zest
    zox:   zetup.script:zox

setup keywords =
    use_zetup: zetup:setup_entry_point

no make =
    setup.py
    tox.ini

classifiers =
    Development Status :: 3 - Alpha
    Intended Audience :: Developers
    License :: OSI Approved
    :: GNU Library or Lesser General Public License (LGPL)
    Operating System :: OS Independent
    Topic :: Software Development
    Topic :: Utilities

keywords =
    setup
