~azzar1/caffeine/notify

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Isaiah Heyer
  • Date: 2009-08-06 20:06:00 UTC
  • Revision ID: freshapplepy@gmail.com-20090806200600-vllusftqqerwfzs8
Added README and debian directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
            [os.path.join(path, file) for file in files if file not in
22
22
                black_list])))
23
23
 
24
 
    ### UPDATE THIS INFORMATION
25
24
    setup(name="caffeine",
26
 
        version='0.1',
27
 
        description="",
28
 
        author="Isaiah Heyer",
 
25
        version='0.3',
 
26
        description="""A status bar application able to temporarily prevent
 
27
        the activation of both the screensaver and the "sleep" powersaving
 
28
        mode.""",
 
29
        author="The Caffeine Developers",
29
30
        author_email="freshapplepy@gmail.com",
30
31
        url="https://launchpad.net/caffeine",
31
32
        packages=["caffeine"],