Simeon Visser <simeon87@gmail.com>
Scot Hacker <shacker@birdhouse.org>,
Lars Noschinski <lars@public.noschinski.de>
+Scott Tankard <sptankard@gmail.com>
Changelog
=========
+- **1.6.3** ensure deduplication of wordlist
- **1.6.2** move contributors to stand-alone CONTRIBUTORS file
- **1.6.0** rename `--valid_chars` to `--valid-chars` for consistency
- **1.5.0** migrate from deprecated `optparse` to `argparse`. Users on older python versions (below 2.7 or 3.2) will need to manually install `argparse`.
setup(
name='xkcdpass',
- version='1.6.2',
+ version='1.6.3',
author='Steven Tobin',
author_email='steventtobin@gmail.com',
url='https://github.com/redacted/XKCD-password-generator',