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