Skip to content

Commit 7b862de

Browse files
committed
Use packages kwarg now that it's a package
1 parent a1be11c commit 7b862de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def readme():
3131
version='1.4.0',
3232
description="Function decoration for backoff and retry",
3333
long_description=readme(),
34-
py_modules=['backoff'],
34+
packages=['backoff'],
3535
author="Bob Green",
3636
author_email="[email protected]",
3737
keywords = "backoff function decorator",

0 commit comments

Comments
 (0)