Skip to content

Conversation

@dontcare
Copy link

@dontcare dontcare commented Aug 7, 2011

from distutils.core import setup

setup(name='django-uploadify',
description='Django integration of Uploadify jQuery plugin.',
author='Vlad Frolov',
author_email='frolvlad@gmail.com',
url='http://github.com/frol/django-uploadify',
packages=['uploadify', 'uploadify.templatetags'],
package_data={'uploadify': ['templates/uploadify/*.html']}, #Comma in the end
install_requires = [ 'django >= 1.3', 'django-misc' ],
)

@frol frol closed this Aug 7, 2011
frol added a commit that referenced this pull request Aug 7, 2011
Edited setup.py via GitHub
@frol frol merged commit 6946945 into frol:master Aug 7, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants