Skip to content

Commit

Permalink
release 0.16.0 version for django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
darbula committed Apr 18, 2019
1 parent 4a95513 commit 60ecf0e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions setup.py
Expand Up @@ -8,26 +8,27 @@ def read(fname):

setup(
name='mockdjangosaml2',
version='0.16.1',
version='0.16.0',
url='http://github.com/darbula/mockdjangosaml2',
author='Damir Arbula',
author_email='damir.arbula@gmail.com',
description='Django application that mocks functionality of djangosaml2 app for testing and development purposes.',
license='BSD',
platforms=['Windows', 'Linux', 'Mac OSX'],
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Security',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Security',
],
packages=find_packages(),
include_package_data=True,
install_requires=[
'Django>=1.4',
],
long_description = read('README.rst'),
long_description=read('README.rst'),
)

0 comments on commit 60ecf0e

Please sign in to comment.