long_description='sshshare creates SSH certificates and manipulates your authorized keys file to allow them. sshshare_ws creates secret urls that you can give to someone else to retrieve the certificate and key. download allows users without openssh tools to pass the url returned to sshshare_ws to a proxy to download the file over http rather than ssh'
setup(
name='sshshare',
version='0.0.1',
description=long_description,
long_description=long_description,
# The project's main homepage.
url='',
# Author details
author='Chris Hines',
author_email='help@massive.org.au',
# Choose your license
license='MIT',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
# Indicate who your project is intended for
'Intended Audience :: Office workers',
'Topic :: Software Development :: Build Tools',
# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: MIT License',
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
# What does your project relate to?
keywords='ssh file sharing certificates',
# You can just specify the packages manually here if your project is
''' Create the Key for the CA and install the CA into the authorised keys file. This is not necessary when using SSHAuthZ. If already initialised, don't do anything'''