rename bin/allmydata to bin/allmydata-tahoe, so the package can co-exist with the regular (amdlib) package

This commit is contained in:
Brian Warner 2007-01-19 20:05:33 -07:00
parent ca3fda3e22
commit 26b01a9808
2 changed files with 1 additions and 1 deletions

View File

@ -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},