From f9c0c331a00dc6207913ae4c5640769cc22f10e7 Mon Sep 17 00:00:00 2001 From: abbgrade Date: Fri, 28 Nov 2014 21:48:38 +0100 Subject: [PATCH] fixed installation of mixin and utils in the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c7a6cd..f2fb845 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ located at http://ws.audioscrobbler.com/2.0/ .""", maintainer="Abhinav Sarkar", maintainer_email="abhinav.sarkar@gmail.com", url="http://python-lastfm.googlecode.com/svn/trunk/dist/", - packages=['lastfm'], + packages=['lastfm', 'lastfm.mixin', 'lastfm.util'], package_data = {'doc':['*.txt', '*.htm', '*.css', '*.js', '*.png']}, license="GNU Lesser General Public License", keywords="audioscrobbler webservice api last.fm",