Skip to content

Commit

Permalink
Merge pull request #24 from nvllsvm/fix-pkg
Browse files Browse the repository at this point in the history
Only include sprockets.mixins.amqp package
  • Loading branch information
aremm committed Jul 10, 2020
2 parents 2ee97c0 + b882ae7 commit 75f7f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def read_requirements(name):
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
],
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=['tests']),
namespace_packages=['sprockets', 'sprockets.mixins'],
install_requires=read_requirements('installation.txt'),
zip_safe=True)

0 comments on commit 75f7f38

Please sign in to comment.