Fixed setup.py issues

This commit is contained in:
Andrew Williams
2009-01-17 22:58:00 +00:00
parent 8472b2d6fc
commit 6b1042975d

View File

@@ -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",