~hideaki-t/wikkid/unicode_test

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Penhey
  • Date: 2010-05-29 04:12:21 UTC
  • Revision ID: tim@penhey.net-20100529041221-blfxutvspdvj2lj4
Add a central version string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
3
from distutils.core import setup
 
4
from wikkid import version
4
5
 
5
6
setup(name='Wikkid',
6
 
      version='0.1',
 
7
      version=version,
7
8
      description="A wiki that is backed by Bazaar that allows local branching of the wiki for later merging. Also doesn't have any page locks and uses Bazaar's three way merging.",
8
9
      author='Wikkid Developers',
9
10
      author_email='wikkid-dev@lists.launchpad.net',