From 6b1042975da920d8742ef26a66eabe0543553ed2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 17 Jan 2009 22:58:00 +0000 Subject: [PATCH] Fixed setup.py issues --- setup.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 601d5a5..9c9f9e4 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import os, sys, glob, fnmatch ## Added 10 Jan 2008 @@ -51,16 +53,11 @@ def find_data_files(srcdir, *wildcards, **kw): ## This is a list of files to install, and where: ## Make sure the MANIFEST.in file points to all the right ## directories too. -files = find_data_files('fontypythonmodules/', '*.*') +files = find_data_files('openboxlogout/', '*.*') from distutils.core import setup -#This is a list of files to install, and where -#(relative to the 'root' dir, where setup.py is) -#You could be more specific. -files = ["things/*"] - setup(name = "openboxlogout", version = "0.1", description = "Openbox Logout",