Skip to content
Snippets Groups Projects
Commit 5b8cb23b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

missing packs

parent 9bcc5cc0
No related branches found
No related tags found
No related merge requests found
# coding=UTF-8
"""
It sounds like a melody
"""
from __future__ import print_function, absolute_import, division
import six
import logging
logger = logging.getLogger(__name__)
...@@ -10,8 +10,11 @@ setup(name='satella', ...@@ -10,8 +10,11 @@ setup(name='satella',
packages=[ packages=[
'satella', 'satella',
'satella.coding', 'satella.coding',
'satella.coding.debug',
'satella.coding.structures',
'satella.posix', 'satella.posix',
'satella.instrumentation' 'satella.instrumentation',
'satella.state',
], ],
install_requires=[ install_requires=[
"six", "six",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment