~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-01-08 08:52:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108085258-czo4e8p007plrjxf
Tags: 0.61.2-1
* New upstream version:   
  - Bring back cut/copy/paste item menu options
  - Add 'engine' class to scripting framework to enable access to
    AutoKey internals
  - Add a configurable user module folder for import into scripts
  - Enable multiple selection mode in treeview and update all necessary
    interactions to work correctly
  - Enable inline renaming of items in treeview, get rid of title and
    description fields from the various pages

 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
setup(
22
22
      name="autokey",
23
 
      version="0.61.0b", 
 
23
      version="0.61.2", 
24
24
      author="Chris Dekter",
25
25
      author_email="cdekter@gmail.com",
26
26
      url="http://autokey.googlecode.com/",
33
33
      #py_modules=["autokey", "configurationmanager", "expansionservice", "interface",
34
34
      #            "iomediator", "phrase", "phrasemenu", "ui"],
35
35
      package_dir={"autokey": "src/lib"},
36
 
      packages=["autokey", "autokey.plugin", "autokey.ui"],
 
36
      packages=["autokey", "autokey.ui"],
37
37
      package_data={"autokey.ui" : ["data/gui.xml", "data/api.txt"]},
38
38
      data_files=[("/usr/share/pixmaps", ["config/akicon.png"]),
39
39
                  ("/usr/share/applications", ["config/autokey.desktop"])],