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
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import glob
|
|
||||||
import humbug
|
import humbug
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
@ -20,6 +19,6 @@ setup(name='humbug',
|
||||||
],
|
],
|
||||||
url='https://humbughq.com/dist/api/',
|
url='https://humbughq.com/dist/api/',
|
||||||
packages=['humbug'],
|
packages=['humbug'],
|
||||||
data_files=[('examples', glob.glob('examples/*'))],
|
data_files=[('examples', ["examples/humbugrc", "examples/send-message"])],
|
||||||
scripts=glob.glob('bin/*'),
|
scripts=["bin/humbug-send"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue