diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-01-11 17:12:41 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-01-11 17:12:41 +0000 |
commit | fb9a3b0f04a18b4b5484e7d051b7248e9f999ba4 (patch) | |
tree | b6fbf092b7633aabf5d340bae02da5aff280bc1f | |
parent | 9cfe06c77ff7d388bba5ce3244099eaffdddb54c (diff) | |
download | bcfg2-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
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |