My favorites | Sign in
Project Logo
       
Repository:
Checkout | Browse | Changes | Clones |
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/env python

from distutils.core import setup

version = '1.2a'

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
"Environment :: Web Environment",
"Framework :: Django",
]

setup(
name='django-treebeard',
version=version,
url='http://code.google.com/p/django-treebeard/',
author='Gustavo Picon',
author_email='tabo@gpicon.org',
license='Apache License 2.0',
packages=['treebeard'],
description='Efficient Materialized Path tree implementation for'
' Django 1.0+',
classifiers=classifiers,
#long_description=__doc__,
)

Show details Hide details

Change log

dbdcf7f60f by gpicon on Jun 14, 2009   Diff
preparing setup.py for pypi
Go to: 
Project members, sign in to write a code review

Older revisions

ecb9fa7204 by gpicon on Jun 14, 2009   Diff
starting work on 1.2
58b4ba7c6e by gpicon on Nov 17, 2008   Diff
Potential backwards incompatible
change:

Cleaned __init__.py, if you need Node
you'll have to call it from it's
...
7d3b103b01 by gpicon on Nov 08, 2008   Diff
fixing setup.py
All revisions of this file

File info

Size: 865 bytes, 32 lines
Hosted by Google Code