Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 99a1dfd

Browse files
author
Olivier Gambier
committed
Fix forgotten package
- extras is now included in packages declaration - alphabetically ordered now to avoid more churn
1 parent cf7a6a5 commit 99a1dfd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@
4747
# Explicit packages list to avoid setup_tools funkyness
4848
packages = ['docker_registry',
4949
'docker_registry.drivers',
50-
'docker_registry.server',
50+
'docker_registry.extensions',
51+
'docker_registry.extras',
5152
'docker_registry.lib',
52-
'docker_registry.storage',
5353
'docker_registry.lib.index',
54-
'docker_registry.extensions']
54+
'docker_registry.server',
55+
'docker_registry.storage',
56+
]
5557

5658
namespaces = ['docker_registry', 'docker_registry.drivers']
5759

0 commit comments

Comments
 (0)