Skip to content

Commit 1d8e380

Browse files
committed
Fix release bug
1 parent 8990234 commit 1d8e380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='slack-logger',
13-
version='0.1.1',
13+
version='0.1.2',
1414
description='A Python logging handler for Slack integration',
1515
long_description=long_description,
1616
url='https://github.com/junhwi/python-slack-logger',
@@ -29,5 +29,5 @@
2929
'Programming Language :: Python :: 3.5',
3030
],
3131
keywords='slack logging',
32-
packages=find_packages(),
32+
py_modules=['slack_logger'],
3333
)

0 commit comments

Comments
 (0)