Skip to content

Commit

Permalink
setup.py fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
malev committed Aug 30, 2011
1 parent 588da9c commit f4434ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py 100644 → 100755
Expand Up @@ -92,8 +92,8 @@ def finalize_options(self):
long_description = 'Pomodoro technique app indicator',
url = 'https://github.com/malev/pomodoro-indicator',

packages = ["pomodoro-indicator"],
package_data = {"pomodoro-indicator": ["images/*.png"]},
packages = ["pomodoro"],
package_data = {"pomodoro": ["images/*.png"]},
scripts = ["bin/pomodoro-indicator"],

cmdclass = {
Expand Down

0 comments on commit f4434ab

Please sign in to comment.