Added (example) script to generate privilege keys

This commit is contained in:
2011-06-07 10:41:32 +01:00
parent c0003d03be
commit d2d1ba4413
2 changed files with 82 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ setup(name = "python-ts3",
author_email = "andy@tensixtyone.com",
url = "https://github.com/nikdoof/python-ts3/",
packages = ['ts3',],
scripts = ['examples/gents3privkey.py'],
classifiers = [
'License :: OSI Approved :: BSD License',