summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8681a2c..c477095 100644
--- a/setup.py
+++ b/setup.py
@@ -19,12 +19,11 @@ if __name__ == "__main__":
version = VERSION,
author = "Michael DeHaan",
author_email = "mdehaan@redhat.com",
- # FIXME: lame, this should point to a real prm webpage
+ # FIXME: lame, this should point to a real cobbler webpage
url = "http://bugzilla.redhat.com",
license = "GPL",
packages = ["cobbler"],
scripts = ["cobbler/cobbler"],
- py_modules = ["cobbler/cobbler" ],
data_files = [
# (docspath, ['README']),
(manpath, ['cobbler.1.gz'])