parent
e1d1c490c8
commit
e4c34d77e7
4 changed files with 94 additions and 95 deletions
|
@ -5,6 +5,10 @@ from __future__ import print_function
|
|||
|
||||
import sys
|
||||
|
||||
# Before anything, generate MANIFEST.in
|
||||
import generate_manifest
|
||||
generate_manifest.main()
|
||||
|
||||
# We should be installable with either setuptools or distutils.
|
||||
package_info = dict(
|
||||
name='zulip_bots',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue