Skip to content

Commit eebe78e

Browse files
committed
Adding tests to packaging
1 parent b4c4624 commit eebe78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author='Erik Olof Gunnar Andersson',
1212
author_email='me@eandersson.net',
1313
include_package_data=True,
14-
packages=['amqpstorm'],
14+
packages=['amqpstorm', 'amqpstorm.tests'],
1515
license='MIT License',
1616
url='http://github.com/eandersson/amqp-storm',
1717
install_requires=['pamqp>=1.6.1,<2.0'],

0 commit comments

Comments
 (0)