~oubiwann/ballotbox/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Duncan McGreggor
  • Date: 2011-07-17 18:59:55 UTC
  • Revision ID: duncan@canonical.com-20110717185955-64ejo0d7meq0g0n3
* Incremented the version number, now that the first release is out.
* Changed setup.py to use distutils2 so that we can upload docs.
* Added upload-docs and register targets to the Makefile.
* Fixed license in meta.py (the wrong one was given).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from setuptools import setup
 
1
from distutils2.core import setup
2
2
 
3
3
from ballotbox import meta
4
4
from ballotbox.util import dist