From: Brian Warner Date: Sat, 20 Jan 2007 03:05:33 +0000 (-0700) Subject: rename bin/allmydata to bin/allmydata-tahoe, so the package can co-exist with the... X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~352 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=26b01a9808572c096e5894ea460ed0f5c34a2324;p=tahoe-lafs%2Ftahoe-lafs.git rename bin/allmydata to bin/allmydata-tahoe, so the package can co-exist with the regular (amdlib) package --- diff --git a/bin/allmydata b/bin/allmydata deleted file mode 100644 index 57d4ebc6..00000000 --- a/bin/allmydata +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/python - -from allmydata.scripts import runner -runner.run() diff --git a/bin/allmydata-tahoe b/bin/allmydata-tahoe new file mode 100644 index 00000000..57d4ebc6 --- /dev/null +++ b/bin/allmydata-tahoe @@ -0,0 +1,4 @@ +#!/usr/bin/python + +from allmydata.scripts import runner +runner.run() diff --git a/setup.py b/setup.py index 8beed376..9c14a6ca 100644 --- a/setup.py +++ b/setup.py @@ -194,7 +194,7 @@ setup( "allmydata.Crypto": "src/Crypto", "allmydata.py_ecc": "src/py_ecc", }, - scripts = ["bin/allmydata"], + scripts = ["bin/allmydata-tahoe"], package_data={ 'allmydata': ['web/*.xhtml'] }, cmdclass= {'build_ext': PCTBuildExt},