Skip to content
Snippets Groups Projects
Commit f74a4f1e authored by inso's avatar inso
Browse files

Adding __init__.py

parent 2b509513
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
print(sys.path)
includes = ["sip", "re", "json", "logging", "hashlib", "os", "urllib", "ucoinpy", "requests", "nacl", "cffi"]
includes = ["sip", "re", "json", "logging", "hashlib", "os", "urllib", "ucoinpy", "requests", "scrypt"]
excludes = []
packages = []
packages = ["distutils", "scrypt"]
includefiles = []
options = {"path": sys.path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment