Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
added setup file and subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Clemmons committed Jun 14, 2011
1 parent 03d0f78 commit d47a3d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
Empty file.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup, find_packages

setup(
name='django-celery-haystack-index',
packages=find_packages(),
include_package_data=True,
description='Celery Haystack SearchIndex',
long_description=open('README.md').read(),
zip_safe=False, # because we're including media that Django needs
)

0 comments on commit d47a3d2

Please sign in to comment.