Skip to content

Commit 1ac7a69

Browse files
committed
Fix package definition
1 parent 4f4dc55 commit 1ac7a69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
setuptools.setup(
99
name = 'appwrite',
10-
packages = ['appwrite', 'appwrite/services'],
10+
packages = [
11+
'appwrite',
12+
'appwrite/services',
13+
'appwrite/encoders',
14+
'appwrite/enums',
15+
],
1116
version = '5.0.1',
1217
license='BSD-3-Clause',
1318
description = 'Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API',

0 commit comments

Comments
 (0)