Skip to content
Snippets Groups Projects
Commit 5d002985 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'remove-d2to1' into 'develop'

Remove d2to1

See merge request !2
parents a46944cb a67ed79b
No related branches found
No related tags found
1 merge request!2Remove d2to1
__version__ = '2.0'
def version_hook(config):
config['metadata']['version'] = __version__
[global]
setup-hooks =
celery_haystack.version_hook
[metadata]
name = celery-haystack-ng
version = attr: celery_haystack.__version__
author = Dominik George
author-email = dominik.george@teckids.org
summary = An app for integrating Celery with Haystack
description-file = README.rst
home-page = http://celery-haystack-ng.rtfd.org/
project-url =
https://edugit.org/AlekSIS/libs/celery-haystack-ng
classifier =
author_email = dominik.george@teckids.org
description = An app for integrating Celery with Haystack
long_description = file: README.rst
url = http://celery-haystack-ng.rtfd.org/
project_urls =
Code=https://edugit.org/AlekSIS/libs/celery-haystack-ng
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
......@@ -22,20 +19,11 @@ classifier =
Topic :: Utilities
[options]
packages = find:
install_requires =
django-appconf>=0.4.1
django-haystack>=2.0
celery>=4.0
[files]
packages =
celery_haystack
celery_haystack.tests
extra_files =
README.rst
AUTHORS
[backwards_compat]
zip_safe = False
[wheel]
......
#!/usr/bin/env python
from setuptools import setup
setup(setup_requires=['d2to1'], d2to1=True)
setup()
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