We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e35d4 commit 86ce98bCopy full SHA for 86ce98b
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
setup(
3
name = "algorithms",
4
- py_modules = ['string_matching', 'binary_tree', 'list', 'permutations', 'generators'],
+ packages = ['algorithms'],
5
version = "0.1",
6
description = "Algorithms implemented in Python",
7
author = "Laurent Luce",
0 commit comments