mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-20 14:09:21 +00:00
Fixed setup.py issues
This commit is contained in:
9
setup.py
9
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",
|
||||
|
||||
Reference in New Issue
Block a user