1 from setuptools
import setup
8 author_email
='steventtobin@gmail.com',
9 url
='https://github.com/redacted/XKCD-password-generator',
10 description
='Generate secure multiword passwords/passphrases, inspired by XKCD',
11 long_description
=open('README.rst').read(),
12 packages
=['xkcdpass'],
15 include_package_data
=True,
18 'xkcdpass = xkcdpass.xkcd_password:main',
22 'Development Status :: 5 - Production/Stable',
23 'Programming Language :: Python :: 2',
24 'Programming Language :: Python :: 3',
25 'Environment :: Console',
26 'Operating System :: OS Independent',
27 'License :: OSI Approved :: BSD License',