From ebec83484a2899af7cc37b317983bbe863537350 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Sep 2011 15:40:40 -0400 Subject: [PATCH] Update setup.py to reflect the fact that we're no longer a single module. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b80e1e..f2e006e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup(name=package_name, description=__doc__, long_description=open('README', 'r').read(), classifiers=filter(None, classifiers.split('\n')), - py_modules=['pyafm'], + packages=['pyafm'], provides=['pyafm (%s)' % __version__], requires=['pypiezo (>= 0.4)'], ) -- 2.26.2