author | Mark Hammond <mhammond@skippinet.com.au> |
Mon, 06 Apr 2009 12:20:36 +1000 | |
branch | twisty |
changeset 163 | 2656685fd6e423b4d9e3537f54a7c94d0f677cdd |
parent 27 | a3d0d7963b9d8af60d92b576e5014a5d82657452 |
permissions | -rw-r--r-- |
from setuptools import setup, find_packages setup( name = "raindrop", version = "0.1a1", packages = find_packages(), install_requires = [ ], # PyPI meta author = 'Andrew Sutherland', author_email = 'asutherland@asutherland.org', description = 'raindrop', license = 'MPL/GPL/LGPL tri-license', keywords = 'mail', url = 'www.mozillamessaging.com', zip_safe = False, )