From 0e64b7c0933a1993dc3d31770c1550cea4d10f04 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 9 Jul 2010 11:49:17 -0700 Subject: Moving the resources in to their own module to ensure that setup.py installs them correctly. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 135657f..c7c0b5a 100644 --- a/setup.py +++ b/setup.py @@ -7,4 +7,5 @@ setup(name="Pycco", author="Nick Fitzgerald", author_email="fitzgen@gmail.com", url="http://fitzgen.github.com/pocco", + packages=["pycco_resources"], scripts=["pycco"]) -- cgit v1.2.3