File: setup.py

package info (click to toggle)
python-django-formfieldset 0%2Bgit20090520-621cb58-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 56 kB
  • ctags: 30
  • sloc: python: 215; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#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',
)