mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Only include send_message-related examples in API release.
(imported from commit 058a121b4b3c6b2829396c3c7a1007656a9e09da)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import glob
|
||||
import humbug
|
||||
|
||||
from distutils.core import setup
|
||||
@@ -20,6 +19,6 @@ setup(name='humbug',
|
||||
],
|
||||
url='https://humbughq.com/dist/api/',
|
||||
packages=['humbug'],
|
||||
data_files=[('examples', glob.glob('examples/*'))],
|
||||
scripts=glob.glob('bin/*'),
|
||||
data_files=[('examples', ["examples/humbugrc", "examples/send-message"])],
|
||||
scripts=["bin/humbug-send"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user