|
@@ -7,12 +7,12 @@ import glob
|
|
|
setup(
|
|
|
name = 'tooncher',
|
|
|
packages = ['tooncher'],
|
|
|
- version = '0.1.2',
|
|
|
+ version = '0.2.0',
|
|
|
description = "automates toontown rewritten's login process",
|
|
|
author = 'Fabian Peter Hammerle',
|
|
|
author_email = 'fabian.hammerle@gmail.com',
|
|
|
url = 'https://github.com/fphammerle/tooncher',
|
|
|
- download_url = 'https://github.com/fphammerle/tooncher/tarball/0.1.2',
|
|
|
+ download_url = 'https://github.com/fphammerle/tooncher/tarball/0.2.0',
|
|
|
keywords = ['game', 'launcher', 'toontown rewritten', 'ttr'],
|
|
|
classifiers = [],
|
|
|
scripts = glob.glob('scripts/*'),
|