summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: d035e544780c931b70fc403d3b40e6a69b1334bb (plain)
1
2
3
4
5
6
7
8
9
from distutils.core import setup

setup(name='steeltoe',
	version="0.9.1",
	description="Steel Toe - Kickstart automation tool",
	author="Nate Straz",
	author_email="nstraz@redhat.com",
	packages=["st_web", "st_web.templatetags"],
	)