Skip to content

Commit

Permalink
ProgressMeterMacro: setup.py bugfix
Browse files Browse the repository at this point in the history
git-svn-id: https://trac-hacks.org/svn/progressmetermacro@10575 7322e99d-02ea-0310-aa39-e9a107903beb
  • Loading branch information
andrejtokarcik committed Aug 9, 2011
1 parent 59da867 commit c122559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.11/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'TracProgressMeterMacro',
version = '0.3',
packages = find_packages(exclude['*.tests*']),
packages = find_packages(exclude=['*.tests*']),
package_data = {'progressmeter': ['templates/*.html']},

author = 'Andrej Tokarčík',
Expand Down
2 changes: 1 addition & 1 deletion 0.12/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'TracProgressMeterMacro',
version = '0.3',
packages = find_packages(exclude['*.tests*']),
packages = find_packages(exclude=['*.tests*']),
package_data = {'progressmeter': ['templates/*.html']},

author = 'Andrej Tokarčík',
Expand Down

0 comments on commit c122559

Please sign in to comment.