]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add __init__ and setup.py glue for py_ecc, so we can import it
authorBrian Warner <warner@lothar.com>
Tue, 2 Jan 2007 06:43:24 +0000 (23:43 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 2 Jan 2007 06:43:24 +0000 (23:43 -0700)
setup.py
src/py_ecc/__init__.py [new file with mode: 0644]

index 0eddb77811f53d020f0c78648558ac2a2afb48c7..95db8d2a8d1e32d8092e0a683b80ab578108c352 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -187,10 +187,13 @@ setup(
               "allmydata.scripts",
               "allmydata.Crypto", "allmydata.Crypto.Hash",
               "allmydata.Crypto.Cipher", "allmydata.Crypto.Util",
-              "allmydata.Crypto.Protocol", "allmydata.Crypto.PublicKey"
+              "allmydata.Crypto.Protocol", "allmydata.Crypto.PublicKey",
+              "allmydata.py_ecc",
               ],
     package_dir={ "allmydata": "src/allmydata",
-                  "allmydata.Crypto": "src/Crypto" },
+                  "allmydata.Crypto": "src/Crypto",
+                  "allmydata.py_ecc": "src/py_ecc",
+                  },
     scripts = ["bin/allmydata"],
     package_data={ 'allmydata': ['web/*.xhtml'] },
 
diff --git a/src/py_ecc/__init__.py b/src/py_ecc/__init__.py
new file mode 100644 (file)
index 0000000..e69de29