Skip to content

Commit 86ce98b

Browse files
committed
update pkg setup
1 parent 59e35d4 commit 86ce98b

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
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
setup(
33
name = "algorithms",
4-
py_modules = ['string_matching', 'binary_tree', 'list', 'permutations', 'generators'],
4+
packages = ['algorithms'],
55
version = "0.1",
66
description = "Algorithms implemented in Python",
77
author = "Laurent Luce",

0 commit comments

Comments
 (0)