packaging: Automatically generate zulip_bots MANIFEST.in.

Fixes #69.
This commit is contained in:
derAnfaenger 2017-08-16 18:45:00 +02:00 committed by Tim Abbott
parent e1d1c490c8
commit e4c34d77e7
4 changed files with 94 additions and 95 deletions

View file

@ -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',