Commit 88120b7f authored by Michal Čihař's avatar Michal Čihař

List api among installed packages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 74605f2f
...@@ -36,6 +36,8 @@ setup( ...@@ -36,6 +36,8 @@ setup(
version='2.6', version='2.6',
packages=[ packages=[
'weblate', 'weblate',
'weblate.api',
'weblate.api.migrations',
'weblate.accounts', 'weblate.accounts',
'weblate.accounts.management', 'weblate.accounts.management',
'weblate.accounts.management.commands', 'weblate.accounts.management.commands',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment