Skip to content

Commit

Permalink
collective.funkload rather than funkload
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mulich (pumazi) committed Oct 26, 2011
1 parent 1fc25c1 commit c72c042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Products/PloneFormGen/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Change History
- Added dependencies Plone and Products.Archetypes.
[pumazi]

- Created the test extra requirement to pull in funkload for tests.
- Created the test extra requirement to pull in collective.funkload for tests.
[pumazi]

- Updated basque (eu) translation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# -*- Extra requirements: -*-
],
extras_require={
'test': ['funkload'],
'test': ['collective.funkload'],
},
entry_points="""
# -*- Entry points: -*-
Expand Down

0 comments on commit c72c042

Please sign in to comment.