Only include send_message-related examples in API release.
(imported from commit 058a121b4b3c6b2829396c3c7a1007656a9e09da)
This commit is contained in:
parent
224f926814
commit
637dece8bd
5
setup.py
5
setup.py
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue