diff --git a/PYPI.rst b/PYPI.rst new file mode 100644 index 0000000..5f1ba23 --- /dev/null +++ b/PYPI.rst @@ -0,0 +1,4 @@ +django-separate-users +--------------------- + +https://github.com/bnzk/django-separate-users diff --git a/setup.py b/setup.py index bf6c2e1..cc8a178 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): license='MIT', platforms=['OS Independent'], description="separate staff and non staff users with two proxy models", - long_description=read('README.rst'), + long_description=read('PYPI.rst'), author=u'Ben Stähli', author_email='bnzk@bnzk.ch', packages=find_packages(),