From eec05d73f02b0a429d95e11d0bd6a245b559e0c3 Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Mon, 1 Nov 2010 18:15:14 +0800 Subject: [PATCH] setup: fixed missing dependency list the quantum package was not installed previously --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e91b1e6..e4d1eba 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def setup_package(): url = 'http://github.com/imrehg/physicspy/', license = 'MIT', platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"], - packages = ['physicspy','physicspy.optics']) + packages = ['physicspy','physicspy.optics','physicspy.quantum']) finally: pass -- 2.11.4.GIT