api: Move the API package to a dedicated subdirectory.
In order to keep all three packages (zulip, zulip_bots, zulip_botserver) in the same repo, all package files must now be nested one level deeper. For instance, python-zulip-api/zulip_bots/zulip_bots/bots/, instead of python-zulip-api/zulip_bots/bots/.
This commit is contained in:
parent
879f44ab3a
commit
3d0f7955b6
59 changed files with 186 additions and 192 deletions
|
@ -9,7 +9,7 @@ from typing import cast, Callable, Dict, Iterator, List
|
|||
|
||||
EXCLUDED_FILES = [
|
||||
# This is an external file that doesn't comply with our codestyle
|
||||
'integrations/perforce/git_p4.py',
|
||||
'zulip/integrations/perforce/git_p4.py',
|
||||
]
|
||||
|
||||
def lint_all(args, options):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue