2 from setuptools import setup, find_packages
5 return open(os.path.join(os.path.dirname(__file__), fname)).read()
8 name='django-cas-provider',
10 description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
11 author='(Chris Williams), Sebastian Annies',
12 author_email='(chris@nitron.org), sebastian.annies@googlemail.com',
13 url='https://github.com/castlabs/django-cas-provider',
14 packages=find_packages(),
15 include_package_data=True,
17 long_description=read('README.rst'),
19 install_requires=['setuptools',
22 "Development Status :: 3 - Alpha",
23 "Framework :: Django",
24 "License :: OSI Approved :: MIT License",