Skip to content

Commit

Permalink
chore(build): remove unneeded packages argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stegayet committed May 15, 2023
1 parent ac4fba5 commit 80600af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import re
import sys

import setuptools

try:
from setuptools import setup
except ImportError:
Expand Down Expand Up @@ -86,7 +84,6 @@ def readme():

setup(
name='kombu',
packages=setuptools.find_packages(exclude=['t', 't.*']),
version=meta['version'],
description=meta['doc'],
keywords='messaging message amqp rabbitmq redis actor producer consumer',
Expand Down

0 comments on commit 80600af

Please sign in to comment.