Skip to content

Commit 3d0f795

Browse files
committed
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/.
1 parent 879f44a commit 3d0f795

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+186
-192
lines changed

README.md

Lines changed: 6 additions & 175 deletions

tools/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ from typing import cast, Callable, Dict, Iterator, List
99

1010
EXCLUDED_FILES = [
1111
# This is an external file that doesn't comply with our codestyle
12-
'integrations/perforce/git_p4.py',
12+
'zulip/integrations/perforce/git_p4.py',
1313
]
1414

1515
def lint_all(args, options):
File renamed without changes.

zulip/README.md

Lines changed: 177 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)