Skip to content

Commit a707ac6

Browse files
committed
Merge branch 'release/0.1.1'
2 parents 49cdf41 + 8a818df commit a707ac6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.rst
2+
include AUTHORS
3+
recursive-include tests *

celery_haystack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 386, versiontools will pick it up
2-
__version__ = (0, 1, 0, "final", 0)
2+
__version__ = (0, 1, 1, "final", 0)

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description=codecs.open(path.join(path.dirname(__file__), 'README.rst')).read(),
1010
author='Jannis Leidel',
1111
author_email='[email protected]',
12-
url='http://github.com/jezdez/celery-haystack',
12+
url='http://github.com/ennio/celery-haystack',
1313
packages=['celery_haystack'],
1414
classifiers=[
1515
"Development Status :: 3 - Alpha",
@@ -19,6 +19,8 @@
1919
'License :: OSI Approved :: BSD License',
2020
'Operating System :: OS Independent',
2121
'Programming Language :: Python',
22+
'Programming Language :: Python :: 2.6',
23+
'Programming Language :: Python :: 2.7',
2224
'Topic :: Utilities',
2325
],
2426
setup_requires=[

0 commit comments

Comments
 (0)