#coding=utf-8
from distutils.core import setup

setup(
    name = 'django-formfieldset',
    version = 'git20090312-a822fad',
    url = 'http://github.com/muhuk/django-formfieldset/tree/master',
    author = 'Atamert Ölçgen',
    author_email = 'muhuk@muhuk.com',
    license = 'BSD',
    packages = ['formfieldset'],
    description = 'Fieldset Rendering For Non-Admin Forms',
)
