Skip to content

Commit

Permalink
chore(build): get rid of packages argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stegayet committed May 16, 2023
1 parent 50fec65 commit 6307b96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import re
import sys

import setuptools
from setuptools import setup

# -- Parse meta
Expand Down Expand Up @@ -82,7 +81,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 6307b96

Please sign in to comment.