~ursinha/lp-qa-tools/bzr-tarmacland

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ursula Junque (Ursinha)
  • Date: 2010-12-16 13:57:20 UTC
  • Revision ID: ursinha@canonical.com-20101216135720-gdo31w7hqirijyu8
removing cruft

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from distutils.core import setup
20
20
import os
21
21
 
22
 
# Get version number from this copy of bzr-pqm:
 
22
# Get version number from this copy of bzr-tarmacland:
23
23
globals = {}
24
24
execfile(os.path.join(os.path.dirname(__file__), '__init__.py'), globals)
25
25
version = globals['__version__']