Skip to content

Commit

Permalink
version 1.2.1 Manifest and setup
Browse files Browse the repository at this point in the history
adding example app into the distro, outside of the package folder
  • Loading branch information
crucialfelix committed Oct 19, 2011
1 parent 25699e2 commit 2001978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include ajax_select *.css *.py *.gif *.html *.txt *.js *.md
recursive-include ajax_select *.css *.py *.gif *.html *.txt *.js *.md
recursive-include example *.py *.sh *.txt
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='django-ajax-selects',
version='1.2',
version='1.2.1',
description='jQuery-powered auto-complete fields for editing ForeignKey, ManyToManyField and CharField',
author='crucialfelix',
author_email='[email protected]',
Expand Down

0 comments on commit 2001978

Please sign in to comment.