diff --git a/README.rst b/README.rst index 1596b1a..08e4b97 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ The main website for django-authority is ``pip install django-authority==dev`` or ``easy_install django-authority==dev``. .. _`django-authority.readthedocs.org`: http://django-authority.readthedocs.org/ -.. _in-development version: https://github.com/jezdez/django-authority/archive/master.zip#egg=django-authority-dev +.. _in-development version: https://github.com/jazzband/django-authority/archive/master.zip#egg=django-authority-dev Example ======= @@ -38,9 +38,7 @@ To get the example project running do: Now create a flatage and open it to see some of the templatetags in action. Don't hesitate to use the admin to edit the permission objects. -Full docs coming soon. - -Please use https://github.com/jezdez/django-authority/issues/ for issues and bug reports. +Please use https://github.com/jazzband/django-authority/issues/ for issues and bug reports. Documentation ============= @@ -162,4 +160,4 @@ Changelog: allows to request permissions, but also add them (only for users with the 'authority.add_permission' Django permission). -.. _`migrations/`: https://github.com/jezdez/django-authority/tree/master/migrations +.. _`migrations/`: https://github.com/jazzbands/django-authority/tree/master/migrations diff --git a/docs/installation.txt b/docs/installation.txt index 10684dc..688e8b7 100644 --- a/docs/installation.txt +++ b/docs/installation.txt @@ -29,7 +29,7 @@ Development version The latest development version is located on it's `Github account`_. You can checkout the package using the Mercurial_ scm:: - git clone https://github.com/jezdez/django-authority.git + git clone https://github.com/jazzband/django-authority Then install it manually:: @@ -39,5 +39,5 @@ Then install it manually:: .. warning:: The development version is not fully tested and may contain bugs, so we prefer to use the latest package from pypi. -.. _Github account: https://github.com/jezdez/django-authority/ +.. _Github account: https://github.com/jazzband/django-authority/ .. _Mercurial: http://www.selenic.com/mercurial/ diff --git a/docs/support.txt b/docs/support.txt index 6655e03..e5ea676 100644 --- a/docs/support.txt +++ b/docs/support.txt @@ -14,4 +14,4 @@ For more specific issues and bug reports please use the `issue tracker`_ on django-authority's Github page. .. _google group: http://groups.google.com/group/django-authority -.. _issue tracker: https://github.com/jezdez/django-authority/issues/ +.. _issue tracker: https://github.com/jazzband/django-authority/issues/ diff --git a/setup.py b/setup.py index 0f930c9..b1e75c2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( author='Jannis Leidel', author_email='jannis@leidel.info', license='BSD', - url='https://github.com/jezdez/django-authority/', + url='https://github.com/jazzband/django-authority/', packages=find_packages(), classifiers=[ 'Development Status :: 3 - Alpha', @@ -25,15 +25,18 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Framework :: Django', ], install_requires=['django'], package_data = { 'authority': [ - 'fixtures/test.json', + 'fixtures/*.json', 'templates/authority/*.html', 'templates/admin/edit_inline/action_tabular.html', 'templates/admin/permission_change_form.html',