summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-01-11 17:12:41 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-01-11 17:12:41 +0000
commitfb9a3b0f04a18b4b5484e7d051b7248e9f999ba4 (patch)
treeb6fbf092b7633aabf5d340bae02da5aff280bc1f /setup.py
parent9cfe06c77ff7d388bba5ce3244099eaffdddb54c (diff)
downloadbcfg2-fb9a3b0f04a18b4b5484e7d051b7248e9f999ba4.tar.gz
bcfg2-fb9a3b0f04a18b4b5484e7d051b7248e9f999ba4.tar.bz2
bcfg2-fb9a3b0f04a18b4b5484e7d051b7248e9f999ba4.zip
Change module name Bcfg2.Server -> Bcfg2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4240 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc8e20993..0ddf1b696 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
from glob import glob
-setup(name="Bcfg2.Server",
+setup(name="Bcfg2",
version="0.9.6pre1",
description="Bcfg2 Server",
author="Narayan Desai",