Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
celery-haystack-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
celery-haystack-ng
Commits
5d002985
Commit
5d002985
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
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
!2
Remove d2to1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
celery_haystack/__init__.py
+0
-4
0 additions, 4 deletions
celery_haystack/__init__.py
setup.cfg
+9
-21
9 additions, 21 deletions
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
26 deletions
celery_haystack/__init__.py
+
0
−
4
View file @
5d002985
__version__
=
'
2.0
'
__version__
=
'
2.0
'
def
version_hook
(
config
):
config
[
'
metadata
'
][
'
version
'
]
=
__version__
This diff is collapsed.
Click to expand it.
setup.cfg
+
9
−
21
View file @
5d002985
[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
_
url
s
=
https://edugit.org/AlekSIS/libs/celery-haystack-ng
Code
=
https://edugit.org/AlekSIS/libs/celery-haystack-ng
classifier
=
classifier
s
=
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]
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5d002985
#!/usr/bin/env python
#!/usr/bin/env python
from
setuptools
import
setup
from
setuptools
import
setup
setup
(
setup_requires
=
[
'
d2to1
'
],
d2to1
=
True
)
setup
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment