Skip to content

Commit

Permalink
Fix the install_requires field for the acme.motd plugin egg
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Jun 11, 2014
1 parent 69607e9 commit 85b789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MOTD_Using_Eggs/src/acme.motd/setup.py
Expand Up @@ -17,7 +17,7 @@
],

install_requires = [
'EnvisageCore>=3.0.0a1',
'envisage>=3.0.0a1',
],

entry_points = """
Expand Down

0 comments on commit 85b789f

Please sign in to comment.