From d0fb646d2504c276dd8fff980fd23d349fc057e2 Mon Sep 17 00:00:00 2001 From: blais Date: Sat, 7 Jun 2008 12:39:23 -0700 Subject: [PATCH] misc --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f3d0b0883..4498b641f 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ 'bean-info', 'bean-balance', 'bean-convert-ofx', - 'bean-info', 'bean-priced', 'bean-register')] @@ -42,7 +41,11 @@ def read_version(): author_email="blais@furius.ca", url="http://furius.ca/beancount", package_dir = {'': 'lib/python'}, - packages = ['beancount', 'beancount.fallback', 'beancount.fallback.elementtree', 'beancount.web', 'beancount.test'], + packages = ['beancount', + 'beancount.web', + 'beancount.fallback', + 'beancount.fallback.elementtree', + 'beancount.test'], scripts=scripts )