Skip to content

Commit

Permalink
List restish as optional "extras" dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
atomatt committed Jul 5, 2010
1 parent 8e38a05 commit e01f50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import os, sys, subprocess


args = sys.argv[1:] args = sys.argv[1:]
env = dict(os.environ) env = dict(os.environ)
env['PYTHONPATH'] = '.:../dottedish:../schemaish:../validatish:../convertish' env['PYTHONPATH'] = '.:../dottedish:../schemaish:../validatish:../convertish:../restish'
subprocess.call(args, env=env) subprocess.call(args, env=env)


3 changes: 3 additions & 0 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
'webob >= 0.9.5', 'webob >= 0.9.5',
'Mako', 'Mako',
], ],
extras_require={
'File Resource': ['restish'],
},
entry_points=""" entry_points="""
# -*- Entry points: -*- # -*- Entry points: -*-
""", """,
Expand Down

0 comments on commit e01f50d

Please sign in to comment.