Skip to content
Snippets Groups Projects
Verified Commit e4fb6ee2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update meta-data for fork

parent 4048e5b1
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,11 @@ ...@@ -2,13 +2,11 @@
celery-haystack celery-haystack
=============== ===============
.. image:: https://secure.travis-ci.org/django-haystack/celery-haystack.png?branch=develop
:alt: Build Status
:target: http://travis-ci.org/django-haystack/celery-haystack
This Django app allows you to utilize Celery for automatically updating and This Django app allows you to utilize Celery for automatically updating and
deleting objects in a Haystack_ search index. deleting objects in a Haystack_ search index.
Forked from the original celery-ng_.
Requirements Requirements
------------ ------------
...@@ -22,6 +20,7 @@ for Haystack and one of the supported backends for Celery. ...@@ -22,6 +20,7 @@ for Haystack and one of the supported backends for Celery.
.. _Haystack: http://haystacksearch.org .. _Haystack: http://haystacksearch.org
.. _Celery: http://www.celeryproject.org .. _Celery: http://www.celeryproject.org
.. _celery-ng: https://github.com/django-haystack/celery-haystack
Installation Installation
...@@ -29,7 +28,7 @@ Installation ...@@ -29,7 +28,7 @@ Installation
Use your favorite Python package manager to install the app from PyPI, e.g.:: Use your favorite Python package manager to install the app from PyPI, e.g.::
pip install celery-haystack pip install celery-haystack-ng
For Django < 1.9 you need to install and configure `django-transaction-hooks`_ -- an app that For Django < 1.9 you need to install and configure `django-transaction-hooks`_ -- an app that
...@@ -88,7 +87,7 @@ queues_ library by Matt Croyden. ...@@ -88,7 +87,7 @@ queues_ library by Matt Croyden.
Issues Issues
------ ------
Please use the `Github issue tracker`_ for any bug reports or feature Please use the `EduGit issue tracker`_ for any bug reports or feature
requests. requests.
.. _`Github issue tracker`: https://github.com/django-haystack/celery-haystack/issues .. _`EduGit issue tracker`: https://edugit.org/AlekSIS/libs/celery-haystack-ng/-/issues
...@@ -3,9 +3,9 @@ setup-hooks = ...@@ -3,9 +3,9 @@ setup-hooks =
celery_haystack.version_hook celery_haystack.version_hook
[metadata] [metadata]
name = celery-haystack name = celery-haystack-ng
author = Jannis Leidel author = Dominik George
author-email = jannis@leidel.info author-email = dominik.george@teckids.org
summary = An app for integrating Celery with Haystack. summary = An app for integrating Celery with Haystack.
description-file = README.rst description-file = README.rst
home-page = http://celery-haystack.rtfd.org/ home-page = http://celery-haystack.rtfd.org/
...@@ -18,11 +18,7 @@ classifier = ...@@ -18,11 +18,7 @@ classifier =
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: BSD License License :: OSI Approved :: BSD License
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python :: 3
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Utilities Topic :: Utilities
requires-dist = requires-dist =
django-appconf>=0.4.1 django-appconf>=0.4.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment