~ubuntu-branches/ubuntu/utopic/prewikka/utopic

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-12-31 02:18:56 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091231021856-fkctle2rfpw0z8ei
Tags: 0.9.17.1-1ubuntu1
Append --prefix=/usr to setup.py install to install all modules into
the right path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from Cheetah.CheetahWrapper import CheetahWrapper
37
37
 
38
38
 
39
 
PREWIKKA_VERSION = "0.9.17"
 
39
PREWIKKA_VERSION = "0.9.17.1"
40
40
LIBPRELUDE_REQUIRED_VERSION = "0.9.23"
41
41
LIBPRELUDEDB_REQUIRED_VERSION = "0.9.12"
42
42