Newer
Older
mkapachepw / setup.py
@tundra tundra on 31 Mar 2005 242 bytes Initial Version
# Install mkapachepw as a Python Module
# Copyright (c) 2005, TundraWare Inc., All Rights Reserved
# $Id: setup.py,v 1.100 2005/03/31 23:12:16 tundra Exp $

from distutils.core import setup
setup(name="mkapachepw", py_modules=["mkapachepw"])