zulip setup.py: Remove redundant directory forward slash.
The slash caused pip install ./zulip to fail on Windows with Python 3.5.
This commit is contained in:
parent
3c2e6e0556
commit
b585bd2dfa
|
@ -55,7 +55,7 @@ package_info = dict(
|
|||
"examples/send-message",
|
||||
"examples/subscribe",
|
||||
"examples/unsubscribe",
|
||||
])] + list(recur_expand('share/zulip', 'integrations/')),
|
||||
])] + list(recur_expand('share/zulip', 'integrations')),
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'zulip-send=zulip.send:main',
|
||||
|
|
Loading…
Reference in a new issue