python-zulip-api/tools
Eeshan Garg a28fcbbaa9 zulip_bots: Add script to generate zulip_bots/MANIFEST.in.
As a package maintainer, I have to exclude the test fixtures in
MANIFEST.in so that they aren't shipped with the package release.
But for the repo, we need to include fixtures, logos and docs so
that Travis can run the tests after running
`pip install ./zulip_bots`.

Also, since we are installing zulip_bots off of this repo in our
main repo, docs and logos should be included so that they can be
rendered alongside our webhooks/integrations documentation, so we
need to include them in MANIFEST.in as well.

To automate this process, I just wrote this handy little script
that future bot contributors can run instead of having to manually
specify what to include in MANIFEST.in in the repo.
2017-08-15 19:30:13 -07:00
..
server_lib testing: Properly exclude files for linting in Windows. 2017-07-25 10:55:49 -07:00
custom_check.py zulip_bots: Rename bots/{bot}/readme.md -> bots/{bot}/doc.md. 2017-08-15 19:30:13 -07:00
generate_zulip_bots_manifest.py zulip_bots: Add script to generate zulip_bots/MANIFEST.in. 2017-08-15 19:30:13 -07:00
lint testing: Add custom linter rules. 2017-07-25 10:55:49 -07:00
pep8.py tools: Modify pep8.py from zulip server. 2017-07-06 19:58:50 -04:00
test-bots bot tests: Make test-bots fail with proper exit code. 2017-08-15 10:46:07 -07:00