Skip to content

Commit

Permalink
Merge pull request #1032 from luiscoms/bugfix/package-missing
Browse files Browse the repository at this point in the history
Fix setup package missing
  • Loading branch information
michaelklishin committed May 3, 2018
2 parents 7f5a73c + e1fab99 commit 7b72772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
maintainer='Gavin M. Roy',
maintainer_email='gavinmroy@gmail.com',
url='https://pika.readthedocs.io',
packages=['pika', 'pika.adapters'],
packages=setuptools.find_packages('pika', 'pika.*'),
license='BSD',
install_requires=requirements,
package_data={'': ['LICENSE', 'README.rst']},
Expand Down

0 comments on commit 7b72772

Please sign in to comment.