Skip to content

Commit

Permalink
updated setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Erikli committed Oct 5, 2012
1 parent dfd37fd commit d7ff844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
@@ -1,2 +1,2 @@
recursive-include apiplayground/static/api_browser *
recursive-include apiplayground/templates/api_browser *.html
recursive-include apiplayground/static *
recursive-include apiplayground/templates *
4 changes: 3 additions & 1 deletion setup.py
@@ -1,9 +1,11 @@
from distutils.core import setup
from setuptools import setup

setup(
name='django-api-playground',
version='0.1.0',
packages=['apiplayground', 'apiplayground.templatetags'],
zip_safe = False,
include_package_data=True,
url='http://github.com/fatiherikli/django-api-playground',
license='BSD',
author='fatiherikli',
Expand Down

0 comments on commit d7ff844

Please sign in to comment.