Skip to content

Commit

Permalink
Make it a proper package.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxley committed Sep 11, 2014
1 parent 65b6c4f commit 3f997b9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import setup, find_packages

setup(
name = "django_elasticsearch",
version = "0.1",
description = "Simple wrapper around py-elasticsearch to index/search a django Model.",
author = "Robin Tissot",
url = "https://github.com/liberation/django_elasticsearch",
packages = find_packages(),
)

0 comments on commit 3f997b9

Please sign in to comment.