Skip to content

Commit

Permalink
This fixes the previous issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Oct 12, 2018
1 parent 845f16e commit 2c90142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/gitem/__init__.py
Expand Up @@ -7,10 +7,12 @@

from . import api
from . import analytics
from . import output

__name__ = 'gitem'
__version__ = '0.8.0'
__all__ = [
'api',
'analytics',
'output',
]
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -34,7 +34,10 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/mschwager/gitem',
packages=['gitem'],
packages=[
'gitem',
'gitem.output',
],
package_dir={'': PACKAGE_DIRECTORY},
license='GPLv3',
classifiers=[
Expand Down

0 comments on commit 2c90142

Please sign in to comment.